上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 21 下一页
摘要: 1 Drawer 从Scaffold边缘水平滑动以显示应用程序中导航链接的Material Design面板。 2 构造函数 Drawer({ Key key, this.elevation = 16.0, this.child, ... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(497) 评论(0) 推荐(0)
摘要: 1 ButtonBar ButtonBar 可以默认实现一个按钮组,通过 children 属性可以传入多个 Button。 2 构造函数 const ButtonBar({ Key key, this.alignment = MainAx... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(134) 评论(0) 推荐(0)
摘要: 1.北斗车联网大数据平台 基于jquery,bootstrap,echarts编写,代码整洁清晰。 2.车联网数据平台概览 基于jquery,echarts编写。 3.大屏统计数据 基于jquery,echarts编写,样式有点问题,但... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(709) 评论(4) 推荐(0)
摘要: 1 FloatingActionButton FloatingActionButton(FAB) 控件是一个纸墨设计中定义的 FAB 按钮。用来显示界面上的主要功能。 2 构造函数 FloatingActionButton({ Key key, ... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(190) 评论(0) 推荐(0)
摘要: 1 CupertinoActivityIndicator 一个iOS风格的loading指示器。显示一个圆形的转圈菊花 2 构造函数 CupertinoActivityIndicator({ Key key, this.animating ... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(95) 评论(0) 推荐(0)
摘要: 1 Center 将其子widget居中显示在自身内部的widget 2 构造函数 Center({ Key key, double widthFactor, double heightFactor, Widget ch... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(93) 评论(0) 推荐(0)
摘要: 1 Chip 中文翻译为碎片的意思,一般也是用作商品或者一些东西的标签。 2 构造函数 Chip({ Key key, this.avatar, @required this.label, this.labelStyle, ... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(232) 评论(0) 推荐(0)
摘要: 1 Card Flutter Card 组件,卡片组件具有圆角和阴影,看起来有立体感。 2 构造函数 Card({ Key key, this.color, this.shadowColor, this.elevation, ... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(295) 评论(0) 推荐(0)
摘要: 1 IconButton IconButton一个Material图标按钮,点击时会有水波动画。 2 构造函数 IconButton({ Key key, this.iconSize = 24.0, this.padding = co... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(620) 评论(0) 推荐(0)
摘要: 1 Switch Switch 是一个切换按钮组件,通常用于设置的选项里。 2 构造函数 const Switch({ Key key, this.activeColor, this.activeThumbImage, this... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(450) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 21 下一页