AndroidOptions class

Constructors

AndroidOptions.new({int? maxImages, bool? hasCameraInPickerPage, Color? actionBarColor, String? actionBarTitle, bool? lightStatusBar, Color? statusBarColor, Color? actionBarTitleColor, String? allViewTitle, bool? startInAllView, bool? useDetailsView, Color? selectCircleStrokeColor, String? selectionLimitReachedText, String? textOnNothingSelected, String? backButtonDrawable, String? okButtonDrawable, bool? autoCloseOnSelectionLimit, Set<MimeType>? exceptMimeType})
const

Properties

actionBarColor Color?
The Background color of action bar.
final
actionBarTitle String?
Title text for action bar.
final
actionBarTitleColor Color?
The color of the title text.
final
allViewTitle String?
Title text for 'all' view.
final
autoCloseOnSelectionLimit bool?
Whether automatically close after reaching the selection limit.
final
backButtonDrawable String?
Back button image resources.
final
exceptMimeType Set<MimeType>?
Filtered mime type
final
hasCameraInPickerPage bool?
Is the camera displayed on the selection page.
final
hashCode int
The hash code for this object.
no setterinherited
lightStatusBar bool?
Is the status bar light mode.
final
maxImages int?
Maximum number of selectable images.
final
okButtonDrawable String?
Ok button image resources.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectCircleStrokeColor Color?
The color of selected circle.
final
selectionLimitReachedText String?
Prompt text for reaching the selection limit.
final
startInAllView bool?
Whether start in 'all' view.
final
statusBarColor Color?
The Color of status bar.
final
textOnNothingSelected String?
Text without any selected images.
final
useDetailsView bool?
Whether can view image detail.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, String>
toString() String
A string representation of this object.
inherited

Operators

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