摘要: InkWell( onTap: () { //在onTap下写底部弹框 showModalBottomSheet( context: context, isDismissible: true, isScrollControlled: false, shape: RoundedRectangleBor 阅读全文
posted @ 2020-08-30 19:52 lude1994 阅读(1849) 评论(0) 推荐(0)
摘要: 参考:https://www.cnblogs.com/mingfeng002/p/11592228.html 解决方法: class HomePage extends StatelessWidget { @override Widget build(BuildContext context) { r 阅读全文
posted @ 2020-08-30 17:04 lude1994 阅读(262) 评论(0) 推荐(0)