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
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