当前位置:网站首页>Flutter学习4-基本UI组件
Flutter学习4-基本UI组件
2022-08-05 04:49:00 【hn_lgc】
Scaffold Scaffold 翻译过来就是脚手架的意思,就是一个基础界面,打包了一个界面需要的的常见元素,比如标题栏,FloatButton 抽屉菜单,底部工具栏等
const Scaffold({
Key key,
this.appBar, // 标题栏
this.body, // 用于显示当前界面主要内容的Widget
this.floatingActionButton, // 一个悬浮在body上的按钮,默认显示在右下角
this.floatingActionButtonLocation, // 用于设置floatingActionButton显示的位置
this.floatingActionButtonAnimator, // floatingActionButton移动到一个新的位置时的动画
this.persistentFooterButtons, // 多状态按钮
this.drawer, // 左侧的抽屉菜单
this.endDrawer, // 右’侧的抽屉菜单
this.bottomNavigationBar,// 底部导航栏。
this.bottomSheet, // 显示在底部的工具栏
this.backgroundColor,// 内容的背景颜色
this.resizeToAvoidBottomPadding = true, // 控制界面内容 body 是否重新布局来避免底部被覆盖,比如当键盘显示的时候,重新布局避免被键盘盖住内容。
this.primary = true,// Scaffold是否显示在页面的顶部
})
边栏推荐
- C language - vernacular to understand the original code, inverse code and complement code
- App快速开发建设心得:小程序+自定义插件的重要性
- dedecms织梦tag标签不支持大写字母修复
- 雷克萨斯lm的安全性到底体现在哪里?一起来看看吧
- flink reads mongodb data source
- ansible各个模块详解
- Analyses the mainstream across technology solutions
- 【软考 系统架构设计师】软件架构设计③ 特定领域软件架构(DSSA)
- 【8.3】代码源 - 【喵 ~ 喵 ~ 喵~】【树】【与】
- [极客大挑战 2019]FinalSQL
猜你喜欢
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
[BSidesCF 2019]Kookie
How do newcomers get started and learn software testing?
A 35-year-old software testing engineer with a monthly salary of less than 2W, resigns and is afraid of not finding a job, what should he do?
[MRCTF2020]Ezpop(详解)
基于Web的商城后台管理系统的设计与实现
creo怎么测量点到面的距离
【8.1】代码源 - 【第二大数字和】【石子游戏 III】【平衡二叉树】
【cesium】3D Tileset 模型加载并与模型树关联
数字孪生技术在电力系统中的应用现状
随机推荐
upload上传图片到腾讯云,如何上传图片
Application status of digital twin technology in power system
[Surveying] Quick Summary - Excerpt from Gaoshu Gang
【 8.4 】 source code - [math] [calendar] [delete library 】 【 is not a simple sequence (Bonus) 】
【informix】解决启动报错大全,以及解决办法
bytebuffer internal structure
JeeSite New Report
1068 Find More Coins
炎炎夏日教你利用小米智能家居配件+树莓派4接入Apple HomeKit
大学物理---质点运动学
dedecms后台生成提示读取频道信息失败的解决方法
What is ASEMI photovoltaic diode, the role of photovoltaic diode
Four-digit display header design
App rapid development and construction experience: the importance of small programs + custom plug-ins
[8.3] Code Source - [meow ~ meow ~ meow~] [tree] [and]
dedecms织梦tag标签不支持大写字母修复
Mysql's redo log detailed explanation
1007 Climb Stairs (贪心 | C思维)
Please write the SparkSQL statement
[8.1] Code Source - [The Second Largest Number Sum] [Stone Game III] [Balanced Binary Tree]