
Dart
KyungLip
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Flutter-GridView
GridView 构建二维网格列表。 构造参数 Key key, Axis scrollDirection = Axis.vertical, bool reverse = false, ScrollController controller, bool primary, ScrollPhysics physics, bool shrinkWrap = false, EdgeInsetsGeometry padding, @require原创 2020-12-08 17:26:14 · 256 阅读 · 0 评论 -
Flutter-SingleChildScrollView
SingleChildScrollView 类似与Android中的ScrollView,只能拥有一个子View。 构造函数 Key key, this.scrollDirection = Axis.vertical, this.reverse = false, this.padding, bool primary, this.physics, this.controller, this.child, this.dragStartBeh原创 2020-12-07 17:30:34 · 819 阅读 · 0 评论