PickersArguments class

Author lijinghuan Email:ljh0576123@163.com CreateTime:2022-05-08 Description:Generated file. Do not edit. Modifier: ModifyContent:

Constructors

PickersArguments({int maxCount = 0, bool clipPhoto = false, bool clipCircle = false, bool startCompression = true, bool canMultipleVideo = false, int videoMaxDuration = 0, int spanCount = 0, Map<String, dynamic>? json})
PickersArguments.fromJson(Map<String, dynamic> json)
factory

Properties

canMultipleVideo bool
是否可以多选视频,默认为false;该属性仅在maxCount>1时有效;
getter/setter pair
clipCircle bool
是否裁剪方式为圆形,默认为矩形;该属性仅在单选或拍照且clipPhoto==true时有效;
getter/setter pair
clipPhoto bool
是否开启裁剪照片功能,默认关闭;该属性仅在单选或拍照时有效;
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxCount int
最大选择数量
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spanCount int
每列显示数
getter/setter pair
startCompression bool
是否开启无损压缩,默认true;该属性仅对图片有效;
getter/setter pair
videoMaxDuration int
拍视频最大时长
getter/setter pair

Methods

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

Operators

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