Gallery class

A Gallery Display.

Constructors

Properties

callBack Function?
latefinal
childrenAlignment Map<String, Alignment>
latefinal
context BuildContext
latefinal
hashCode int
The hash code for this object.
no setterinherited
images Map<String, List<double>>
latefinal
imagesBase64 Map<String, String>
latefinal
imagesChildren Map<String, Widget>
latefinal
remainingScreenWidth double
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fixPathOrUrl(String pathOrUrl) String
galleryImages({required String pathOrUrl, String localOrRemote = 'local', int imagesPerRow = 2, double padding = 4}) Widget
getPositioning(List<double> size1, List<double> size2) List<double>
isHorizontal(List<double> size) bool
isSquare(List<double> size) bool
isVertical(List<double> size) bool
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