Im-Kevin / cool_ui

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

popoverConstraints 的minwidth, maxwidth好像无效 #81

Open stoneLee81 opened 2 years ago

stoneLee81 commented 2 years ago

我设置了popoverConstraints: BoxConstraints(minWidth:30, maxWidth: 300), PopoverMenuItem(child: UITools.text("删除")),期望width可以适配文字的宽度,但运行发现,宽度是300

Im-Kevin commented 2 years ago

这个是由你的内容决定的,具体可以看我的例子