1 Star 1 Fork 0

ShadowPlusing / blur_glass

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

See

Blur Glass - Google Chrome.png

use

BlurGlass(
                        marginValue: 5.0,
                        paddingValue: 5.0,
                        child: Row(
                          children: [
                            Icon(Icons.star),
                            Icon(Icons.list),
                            Icon(Icons.zoom_in),
                          ],
                        )
                    )

Function creator

  BlurGlass({Key? key,
             required this.child,
             this.marginValue = 20.0,
             this.paddingValue = 20.0,
             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);

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)

空文件

简介

暂无描述 展开 收起
C++ 等 6 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/shAdow-XJY/blur_glass.git
git@gitee.com:shAdow-XJY/blur_glass.git
shAdow-XJY
blur_glass
blur_glass
master

搜索帮助