MaterialOptions class

Constructors

MaterialOptions({String? actionBarColor, String? actionBarTitle, bool? lightStatusBar, String? statusBarColor, String? actionBarTitleColor, String? allViewTitle, bool? startInAllView, bool? useDetailsView, String? selectCircleStrokeColor, String? selectionLimitReachedText, String? textOnNothingSelected, String? backButtonDrawable, String? okButtonDrawable, bool? autoCloseOnSelectionLimit})
const

Properties

actionBarColor String?
final
actionBarTitle String?
final
actionBarTitleColor String?
final
allViewTitle String?
final
autoCloseOnSelectionLimit bool?
final
backButtonDrawable String?
final
hashCode int
The hash code for this object.
no setterinherited
lightStatusBar bool?
final
okButtonDrawable String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectCircleStrokeColor String?
final
selectionLimitReachedText String?
final
startInAllView bool?
final
statusBarColor String?
final
textOnNothingSelected String?
final
useDetailsView bool?
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