onPressed: () {
                    showModalBottomSheet(
                      context: context,
                      builder: (BuildContext context) {
                        return new Container(
                          height: 300.0,
                          child: Text('123'),
                        );
                      },
                    ).then((val) {
                      print(val);
                    });
                  },

 

posted on 2019-11-01 16:43  诉说静风  阅读(2132)  评论(0编辑  收藏  举报

Live2D
快把你的小爪子拿开!