Im-Kevin / cool_ui

用flutter实现一些我认为好看的UI控件,有Popover,仿Weui的Toast,自定义键盘
Apache License 2.0
460 stars 74 forks source link

请问如何设置背景不添加蒙层 #12

Closed ddwhan0123 closed 5 years ago

Im-Kevin commented 5 years ago

你是说Popover吗,目前暂时不支持

ddwhan0123 commented 5 years ago

Popover cupertino_popover.dart 该文件内修改源码的话能实现么 不需要背景层的话

ddwhan0123 commented 5 years ago

感谢,在CupertinoPopoverButton这类,62行 修改 barrierColor: Colors.black54, 即可

Im-Kevin commented 5 years ago

我已经将barrierColor放出来了,可以设置,不过如果要透明只能设置到Color.fromRGBO(0, 0, 0, 0.01),无法完全透明,请看新的文档