ChangeTheme class

Constructors

ChangeTheme()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Properties

drawerColor Color
getter/setter pair
drawerHeaderColor Color
getter/setter pair
drawerIconColor Color
getter/setter pair
submitBtnColor Color
getter/setter pair
toolbarColor Color
getter/setter pair

Static Methods

fromJson(String json) → void
loadCustomTheme() Future<void>
setCustomTheme(Color selectedColor) → void
toJson(Color toolbarColor, Color submitBtnColor, Color drawerColor, Color drawerHeaderColor, Color drawerIconColor) String