学无先后,达者为师

网站首页 编程语言 正文

Flutter在showModalBottomSheet中使用StatefulWidget

作者:langyalaoa 更新时间: 2022-02-13 编程语言
    showModalBottomSheet(
        backgroundColor: Colors.transparent,
        context: context,
        isScrollControlled: true,
        builder: (BuildContext context) {
          return StatefulBuilder(
            builder: (BuildContext context, StateSetter setBottomSheetState) => Container(
            ),
          );
    });

原文链接:https://blog.csdn.net/langyalaoa/article/details/103475081

栏目分类
最近更新