Flutter技术点-showModalBottomSheet关闭
由于要使用到底部弹出的选择器,在flutter中可以直接使用showModalBottomSheet来自定义底部选择器代码如下:void _showGenderPanel(context) { showModalBottomSheet( context: context, builder: (context) { return Container( height: 120, child: C
原创
2020-06-08 18:27:26 ·
11599 阅读 ·
0 评论