当前位置:网站首页>Flutter Learning 4 - Basic UI Components
Flutter Learning 4 - Basic UI Components
2022-08-05 04:50:00 【hn_lgc】
Scaffold Scaffold translates to the meaning of scaffolding, which is a basic interface that packs common elements required by an interface, such as title bar, FloatButton drawer menu, bottom toolbar, etc.
const Scaffold({
Key key,
this.appBar, // title bar
this.body, // Widget used to display the main content of the current interface
this.floatingActionButton, // A button floating on the body, displayed in the lower right corner by default
this.floatingActionButtonLocation, // used to set the position displayed by the floatingActionButton
this.floatingActionButtonAnimator, //The animation when the floatingActionButton moves to a new position
this.persistentFooterButtons, // multi-state buttons
this.drawer, // drawer menu on the left
this.endDrawer, // drawer menu on the right' side
this.bottomNavigationBar, // bottomNavigation Bar.
this.bottomSheet, // the toolbar displayed at the bottom
this.backgroundColor, // the background color of the content
this.resizeToAvoidBottomPadding = true, // control whether the interface content body is re-layout to avoid the bottomOverlays, such as when the keyboard is displayed, rearranges the content to avoid being covered by the keyboard.
this.primary = true, // Whether the Scaffold is displayed at the top of the page
})
边栏推荐
- JeeSite新建报表
- Dephi逆向工具Dede导出函数名MAP导入到IDA中
- 1007 Climb Stairs (贪心 | C思维)
- Use IDEA to connect to TDengine server
- The log causes these pits in the thread block, you have to guard against
- [MRCTF2020]PYWebsite
- bytebuffer internal structure
- dedecms error The each() function is deprecated
- u-boot中的u-boot,dm-pre-reloc
- 二叉树基本性质+oj题解析
猜你喜欢
Excel画图
Analyses the mainstream across technology solutions
The log causes these pits in the thread block, you have to guard against
C+ +核心编程
JeeSite新建报表
8.04 Day35-----MVC三层架构
【cesium】3D Tileset 模型加载并与模型树关联
Learning and finishing of probability theory 8: Geometric and hypergeometric distributions
dedecms后台生成提示读取频道信息失败的解决方法
Develop your own node package
随机推荐
【学习笔记之菜Dog学C】动态内存管理之经典笔试题
mutillidae download and installation
[CISCN2019 华东南赛区]Web11
University Physics---Particle Kinematics
Develop your own node package
服务器磁盘阵列
ESP32 485光照度
【8.2】代码源 - 【货币系统】【硬币】【新年的问题(数据加强版)】【三段式】
【测量学】速成汇总——摘录高数帮
C语言-大白话理解原码,反码和补码
Visibility of multi-column attribute column elements: display, visibility, opacity, vertical alignment: vertical-align, z-index The larger it is, the more it will be displayed on the upper layer
社区分享|腾讯海外游戏基于JumpServer构建游戏安全运营能力
software management rpm
AUTOCAD——标注关联
uboot开启调试打印信息
【8.1】代码源 - 【第二大数字和】【石子游戏 III】【平衡二叉树】
[Surveying] Quick Summary - Excerpt from Gaoshu Gang
【cesium】加载并定位 3D Tileset
Qixi Festival code confession
【软考 系统架构设计师】软件架构设计③ 特定领域软件架构(DSSA)