GallerySetting class

Constructors

GallerySetting({RequestType requestType = RequestType.all, int maximum = 20, bool enableCamera = true, int? crossAxisCount, bool backAndUnselect()?, dynamic onItemClick(MediaEntity, List<MediaEntity>)?, VoidCallback? onReachedMaximumLimit, Alignment selectionCountAlignment = Alignment.center, Widget? actionButton = const SizedBox(), TextStyle? selectionCountTextStyle, Color? selectionCountBackgroundColor, double? selectionCountBackgroundSize, Color? selectionCountRingColor, double? selectionCountRingSize, EdgeInsets? selectionCountMargin, Widget selectionCountBuilder(int index)?, SelectedStyle? selectedStyle = SelectedStyle.border, EdgeInsets? padding, double? space, BorderRadius? itemBorderRadius, Widget albumBackground = const ColoredBox(color: Colors.black), Color albumColor = Colors.black, int? albumImageSize, BorderRadius? albumBorderRadius, TextStyle? albumTitleStyle, TextStyle? albumSubTitleStyle, Widget? cameraItemWidget, FilterOptionGroup? filterOptionGroup})
const

Properties

actionButton Widget?
final
albumBackground Widget
final
albumBorderRadius BorderRadius?
final
albumColor Color
final
albumImageSize int?
final
albumSubTitleStyle TextStyle?
final
albumTitleStyle TextStyle?
final
backAndUnselect bool Function()?
final
cameraItemWidget Widget?
final
crossAxisCount int?
final
enableCamera bool
final
filterOptionGroup → FilterOptionGroup?
final
hashCode int
The hash code for this object.
no setterinherited
itemBorderRadius BorderRadius?
final
maximum int
final
onItemClick → dynamic Function(MediaEntity, List<MediaEntity>)?
final
onReachedMaximumLimit VoidCallback?
final
padding EdgeInsets?
final
requestType RequestType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedStyle SelectedStyle?
final
selectionCountAlignment Alignment
final
selectionCountBackgroundColor Color?
final
selectionCountBackgroundSize double?
final
selectionCountBuilder Widget Function(int index)?
final
selectionCountMargin EdgeInsets?
final
selectionCountRingColor Color?
final
selectionCountRingSize double?
final
selectionCountTextStyle TextStyle?
final
space double?
final

Methods

copyWith({SelectedStyle? selectedStyle, VoidCallback? onReachedMaximumLimit, RequestType? requestType, int? maximum, bool? enableCamera, int? crossAxisCount, bool backAndUnselect()?, dynamic onItemClick(MediaEntity, List<MediaEntity>)?, Widget? actionButton, Alignment? selectionCountAlignment, TextStyle? selectionCountTextStyle, Color? selectionCountBackgroundColor, double? selectionCountBackgroundSize, Color? selectionCountRingColor, double? selectionCountRingSize, EdgeInsets? selectionCountMargin, Widget selectionCountBuilder(int index)?, EdgeInsets? padding, double? space, BorderRadius? itemBorderRadius, Widget? albumBackground, Color? albumColor, int? albumImageSize, BorderRadius? albumBorderRadius, TextStyle? albumTitleStyle, TextStyle? albumSubTitleStyle, Widget? cameraItemWidget, FilterOptionGroup? filterOptionGroup}) GallerySetting
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