Flutter Scaffold

Flutter 系列文章 总体目录

Scaffold 是承载material design 控件的布局控件,可以展示drawers、snack bars、bottom sheets

属性 说明
appBar 显示在Scaffold 顶部
body 位置如下图
floatingActionButton 默认右下角的悬浮按钮
floatingActionButtonLocation 悬浮按钮位置,默认右下角
floatingActionButtonAnimator 悬浮按钮位置位置变换动画
persistentFooterButtons 位置如下图
bottomNavigationBar 位置如下图
bottomSheet 位置如下图

效果图
在这里插入图片描述

抽屉效果图:
在这里插入图片描述

发布了113 篇原创文章 · 获赞 66 · 访问量 30万+

猜你喜欢

转载自blog.csdn.net/mengks1987/article/details/84980059