Config class
Constructors
- Config({Color? backgroundColor, Color? appbarColor, Color? bottomSheetColor, Color? appbarIconColor, Color? underlineColor, TextStyle? selectedMenuStyle, TextStyle? unselectedMenuStyle, TextStyle? textStyle, TextStyle? appbarTextStyle, Widget? permissionDeniedPage, String recents = "RECENTS", String recent = "Recent", String gallery = "GALLERY", String lastMonth = "Last Month", String lastWeek = "Last Week", String tapPhotoSelect = "Tap photo to select", String selected = "Selected", Mode mode = Mode.light, Widget? selectIcon})
Properties
- appbarColor ↔ Color
-
getter/setter pair
- appbarIconColor ↔ Color
-
getter/setter pair
- appbarTextStyle ↔ TextStyle
-
getter/setter pair
- backgroundColor ↔ Color
-
getter/setter pair
- bottomSheetColor ↔ Color
-
getter/setter pair
- gallery ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastMonth ↔ String
-
getter/setter pair
- lastWeek ↔ String
-
getter/setter pair
- mode ↔ Mode
-
getter/setter pair
- permissionDeniedPage ↔ Widget?
-
getter/setter pair
- recent ↔ String
-
getter/setter pair
- recents ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selected ↔ String
-
getter/setter pair
- selectedMenuStyle ↔ TextStyle
-
getter/setter pair
- selectIcon ↔ Widget
-
getter/setter pair
- tapPhotoSelect ↔ String
-
getter/setter pair
- textStyle ↔ TextStyle
-
getter/setter pair
- underlineColor ↔ Color
-
getter/setter pair
- unselectedMenuStyle ↔ TextStyle
-
getter/setter pair
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