XImagePickerArgs class

Constructors

XImagePickerArgs({int recordVideoSecond = 60, int maxSelectNum = 9, required XImagePickerArgsMediaType type, bool isCamera = true})

Properties

hashCode int
The hash code for this object.
no setterinherited
isCamera bool
是否显示拍照按钮
final
maxSelectNum int
最大选择数量
final
recordVideoSecond int
录制视频秒数 默认60s, 列表也会跟随此参数进行过滤,假如这里为10s,列表仅显示10s以下的视频
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type XImagePickerArgsMediaType
选择类型
final

Methods

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

Operators

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