blur_glass

Creator: coderz1093

Last updated:

0 purchases

blur_glass Image
blur_glass Images
Add to Cart

Description:

blur glass

See #

pub #
https://pub.dev/packages/blur_glass
use #
dependencies:
blur_glass: ^lastest_version
copied to clipboard
BlurGlass(
margin: EdgeInsets.all(5.0),
padding: EdgeInsets.all(5.0),
child: Row(
children: [
Icon(Icons.star),
Icon(Icons.list),
Icon(Icons.zoom_in),
],
)
)
copied to clipboard
Function creator #
BlurGlass({Key? key,
required this.child,
this.margin,
this.padding,
this.color,
this.outBorderRadius = 20.0, //
this.inBorderRadius = 30.0, //
this.filterX = 10.0, //The degree of blurriness
this.filterY = 10.0 //模糊程度
}) : super(key: key);
copied to clipboard
Link #
Github:shAdow-XJY/blur_glass: A simple blur glass widget easy to use in Flutter. (github.com)
Gitee:shAdow-XJY/blur_glass (gitee.com)

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.