AssetPickerConfig class
Constructors
-
AssetPickerConfig({int maxSelection = 9, List<
AssetImageInfo> ? initialSelectedAssets, Duration transitionDuration = const Duration(milliseconds: 300), Color backgroundColor = const Color(0xFFFFFFFF), Color selectIndicatorColor = const Color(0xFF1DC19A), Color selectCountColor = const Color(0xFFFFFFFF), Color loadingIndicatorColor = const Color(0xFF1DC19A), Color imagePlaceholderColor = const Color(0xFFFAFAFA), String permissionDeniedText = 'Please grant permission to access your photo library', String permissionDeniedButtonText = 'Open Settings'})
Properties
- backgroundColor → Color
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- imagePlaceholderColor → Color
-
final
-
initialSelectedAssets
→ List<
AssetImageInfo> ? -
final
- loadingIndicatorColor → Color
-
final
- maxSelection → int
-
final
- permissionDeniedButtonText → String
-
final
- permissionDeniedText → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectCountColor → Color
-
final
- selectIndicatorColor → Color
-
final
- transitionDuration → Duration
-
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
Static Properties
- instance → AssetPickerConfig
-
no setter
Static Methods
-
setInstance(
AssetPickerConfig config) → void