AssetsPickerItemConfig class

Constructors

AssetsPickerItemConfig({Color? color, BoxFit fit = BoxFit.cover, BoxFit previewFit = BoxFit.contain, BorderRadiusGeometry? borderRadius = const BorderRadius.all(Radius.circular(8)), Size size = const Size(65, 65), Widget pick = const DefaultPickIcon(), Widget delete = const DefaultDeleteIcon(), DeletionConfirmation? deletionConfirmation, Widget play = const Icon(Icons.play_circle_outline, size: 30, color: Color(0x804D4D4D))})
const

Properties

borderRadius BorderRadiusGeometry?
final
color Color?
final
delete Widget
删除按钮
final
deletionConfirmation DeletionConfirmation?
删除确认
final
fit BoxFit
缩略图fit
final
hashCode int
The hash code for this object.
no setterinherited
pick Widget
添加 框的
final
play Widget
视频预览 播放 icon
final
previewFit BoxFit
预览画面fit
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size
final

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