flutter 底部弹出

2019-08-06  本文已影响0人  Victory_886
showModalBottomSheet(
    builder: (BuildContext context) {
      return new Container(
        height: 1000,
        width: 100,
        color: Colors.red,
      );
    },
  ).then((val) {
    print(val);
  }),
上一篇 下一篇

猜你喜欢

热点阅读