PhotoSelectorHandler class

照片选择器处理

Constructors

PhotoSelectorHandler({void onAdd(void (List<PhotoData> photoDatas))?, void onPreview(PhotoData photoData, List<PhotoData> photoDatas)?, void onDelete(PhotoData photoData, List<PhotoData> photoDatas)?})
照片选择器回调处理

Properties

hashCode int
The hash code for this object.
no setterinherited
onAdd ↔ (void Function(void (List<PhotoData> photoDatas))?)
添加回调
getter/setter pair
onDelete ↔ (void Function(PhotoData photoData, List<PhotoData> photoDatas)?)
删除回调
getter/setter pair
onPreview ↔ (void Function(PhotoData photoData, List<PhotoData> photoDatas)?)
预览回调
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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