acrylic_any

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

acrylic any

acrylic_any #
acrylic_any is a package which can convert any widget into blurred objects.
Installation #
flutter pub add acrylic_any
copied to clipboard
Usage #
class example extends StatelessWidget {
const example({super.key});

@override
Widget build(BuildContext context) {
return acrylicAny(
blurlevel: 20,
child: Container(),
);
}
}

copied to clipboard
future updates #
more feature would be added soon

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.