GallerySetting class

Setting for drishya picker

Constructors

GallerySetting({RequestType requestType = RequestType.all, int maximum = 20, String albumSubtitle = 'Select Media', bool enableCamera = true, int? crossAxisCount})
const

Properties

albumSubtitle String
String displayed below album name. Default : 'Select media'
final
crossAxisCount int?
Gallery cross axis count. Default is 3
final
enableCamera bool
Set false to hide camera from gallery view
final
hashCode int
The hash code for this object.
no setterinherited
maximum int
Total media allowed to select. Default is 20
final
requestType RequestType
Type of media e.g, image, video, audio, other Default is RequestType.all
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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