PickerAssetEntryBuilderConfig class

Constructors

PickerAssetEntryBuilderConfig({Color? color, BoxFit fit = BoxFit.cover, BoxFit previewFit = BoxFit.contain, BorderRadiusGeometry? borderRadius, Size size = const Size(65, 65), Widget pickerIcon = const Icon(Icons.add, size: 30, color: Color(0x804D4D4D)), Color pickerBorderColor = const Color(0x804D4D4D), Color deleteColor = Colors.redAccent, Widget? overlay, Widget playIcon = const Icon(Icons.play_circle_outline, size: 30, color: Color(0x804D4D4D))})
const

Properties

borderRadius BorderRadiusGeometry?
final
color Color?
final
deleteColor Color
final
fit BoxFit
final
hashCode int
The hash code for this object.
no setterinherited
overlay Widget?
final
pickerBorderColor Color
添加框 borderColor
final
pickerIcon Widget
pick 框的 icon
final
playIcon Widget
视频预览 播放 icon
final
previewFit BoxFit
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