GalleryGridView class

Inheritance

Constructors

GalleryGridView({Key? key, required AssetPathEntity? path, required GalleryMediaPickerController provider, OnAssetItemClick? onAssetItemClick, RemoveAssetItem? onAssetRemove, bool loadWhenScrolling = false, double childAspectRatio = 0.5, Color gridViewBackgroundColor = Colors.white, int crossAxisCount = 3, EdgeInsets? padding, ScrollController? gridViewController, ScrollPhysics? gridViewPhysics, Color selectedBackgroundColor = Colors.black, Color selectedCheckColor = Colors.white, Color imageBackgroundColor = Colors.white, BoxFit thumbnailBoxFix = BoxFit.cover, Color selectedCheckBackgroundColor = Colors.white, int? thumbnailQuality = 200})
const

Properties

childAspectRatio double
gallery gridview aspect ratio
final
crossAxisCount int
gallery gridview crossAxisCount
final
gridViewBackgroundColor Color
gridView background color
final
gridViewController ScrollController?
gridView controller
final
gridViewPhysics ScrollPhysics?
gridView physics
final
hashCode int
The hash code for this object.
no setterinherited
imageBackgroundColor Color
background image color
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
loadWhenScrolling bool
load if scrolling is false
final
onAssetItemClick OnAssetItemClick?
on tap thumbnail
final
onAssetRemove RemoveAssetItem?
remove if size exceeds the limit
final
padding EdgeInsets?
gridView Padding
final
path → AssetPathEntity?
asset album
final
provider GalleryMediaPickerController
picker data provider
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedBackgroundColor Color
selected background color
final
selectedCheckBackgroundColor Color
selected Check Background Color
final
selectedCheckColor Color
selected check color
final
thumbnailBoxFix BoxFit
thumbnail box fit
final
thumbnailQuality int?
image quality thumbnail
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() GalleryGridViewState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited