PhotoSelectorLayout class

照片选择器布局

Constructors

PhotoSelectorLayout({int column = 3, double horizontalSpacing = 5.0, double verticalSpacing = 5.0, bool edit = true, bool scroll = true})
构建照片选择器布局

Properties

column int
列数
getter/setter pair
edit bool
编辑
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
horizontalSpacing double
水平间距
getter/setter pair
maxCount int?
最大数量
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scroll bool
滚动
getter/setter pair
verticalSpacing double
垂直间距
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited