上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 21 下一页
摘要: 1 Switch Switch 是一个切换按钮组件,通常用于设置的选项里。 2 构造函数 const Switch({ Key key, this.activeColor, this.activeThumbImage, this... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(391) 评论(0) 推荐(0) 编辑
摘要: 1 FlutterLogo FlutterLogo是一个显示Flutter 商标的组件。 2 构造函数 FlutterLogo({ Key key, this.size, this.colors, this.textColor ... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 1 Checkbox Checkbox 是一个复选框组件,通常用于设置的选项里。 2 构造函数 const Checkbox({ Key key, this.activeColor, this.tristate, this.v... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 1 Radio Radio 单选框,允许用户从一组中选择一个选项。 2 构造函数 const Radio({ Key key, this.groupValue , this.activeColor, this.value, ... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(696) 评论(0) 推荐(0) 编辑
摘要: 1 PopupMenuButton 当菜单隐藏式,点击或调用onSelected时显示一个弹出式菜单列表。 2 构造函数 PopupMenuButton({ Key key, @required this.itemBuilder, t... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(529) 评论(0) 推荐(0) 编辑
摘要: 1 MaterialApp MaterialApp 是我们app开发中常用的符合MaterialApp Design设计理念的入口Widget。 2 构造函数 MaterialApp({ Key key, this.title = '', th... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 1 Icon Icon是图标控件,Icon不具有交互属性。 2 构造函数 Icon( Key key, this.size, this.color, this.semanticLabel, this.textDirection,) 3 ... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 1 Drawer 从Scaffold边缘水平滑动以显示应用程序中导航链接的Material Design面板。 2 构造函数 Drawer({ Key key, this.elevation = 16.0, this.child, ... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(462) 评论(0) 推荐(0) 编辑
摘要: 1 ButtonBar ButtonBar 可以默认实现一个按钮组,通过 children 属性可以传入多个 Button。 2 构造函数 const ButtonBar({ Key key, this.alignment = MainAx... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 1.北斗车联网大数据平台 基于jquery,bootstrap,echarts编写,代码整洁清晰。 2.车联网数据平台概览 基于jquery,echarts编写。 3.大屏统计数据 基于jquery,echarts编写,样式有点问题,但... 阅读全文
posted @ 2022-05-31 18:10 青年码农 阅读(649) 评论(2) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 21 下一页