Im-Kevin / cool_ui

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

CupertinoPopoverButton计算的位置不准 #89

Open stoneLee81 opened 1 year ago

stoneLee81 commented 1 year ago

如果设置了margin/padding,会导致,下拉的位置发生偏移,demo代码: container(margin:const EdgeInsets.only(right:16), child:gridview(...itemBuilder: (BuildContext context, int index) { return CupertinoPopoverButton())...}); 下拉菜单的位置偏移了 image