GHome

Results 19 comments of GHome

正常来说你每次点击button都会响应 1.查看你的button响应事件 2.configuration.titles = [configuration creaFilterDropMenuData]; 你选择构造这种模型是侧边弹出的菜单,只有点击的时候可以弹出,弹出后button是被覆盖在蒙版后面的,是点不到的

> 插件内部开辟了子线程,自己把返回方法写在主线程中就没有问题了 能具体一点吗

> ```dart > /// 调起支付宝支付 > SyFlutterAlipay.pay( > result, > urlScheme: '***', > isSandbox: false, > ).then((payResult) async { > print('###########' + payResult.toString() + '###########'); > _requestPayResult(); > }); >...

> ![image](https://user-images.githubusercontent.com/7445891/145802538-d23ea35e-abdc-47a7-af66-576b50bcdc77.png) > 这个你要只保留它就可以了 可以上架苹果吗

> Oh, I see. > So, if all the text fits, the widget should just show the text? > If it does not, it should display the marquee? > >...