ImagePickerConfigDelegate class abstract
Constructors
- ImagePickerConfigDelegate({Color backgroundColor = Colors.white, Color statusBarColor = Colors.white})
Properties
- backgroundColor → Color
-
Background color for the image selector
Status color used for the animated status bar color
Background color used behind the image and album delegate
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusBarColor → Color
-
final
Methods
-
albumLoadingIndicator(
BuildContext context) → Widget? - Loading Indicator for the albums inside Media Viewer If not used CircularProgressIndicator will be its placeholder
-
albumMenuBuilder(
BuildContext context, String selectedAlbum, Map< String, Tuple2< assets, ScrollController controller, bool scrollLock, dynamic onSelect(AssetPathEntity asset)) → WidgetAssetPathEntity, Uint8List?> ?> - Builds the album menu of the image picker Contains a list of AssetEntity mapped to Uint8List's for thumbnails and information
-
headerBuilder(
BuildContext context, Widget spacer, String path, bool albumMode, double borderRadius) → Widget - MaxExtentHeaderBuilder For the ImagePicker Displayed when the sliding sheet current extent reaches expanded extent
-
imageLoadingIndicator(
BuildContext context) → Widget? - Loading Indicator for the Media Viewer If not used CircularProgressIndicator will be its placeholder
-
lockOverlayBuilder(
BuildContext context, int index) → Widget? - Overlay displayed when images or videos are locked
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
overlayBuilder(
BuildContext context, int index) → Widget? - Overlay Widget of the selected asset
-
tileLoadingIndicator(
BuildContext context) → Widget? -
toString(
) → String -
A string representation of this object.
inherited
-
videoIndicator(
BuildContext context, String duration) → Widget?
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited