Appearance class

Constructors

Appearance({required String name, required Color backgroundColor, required Color textColor, Color? btnTextColor, Color? hintColor, Color? btnColor, Color? iconColor, Color? secondaryBackgroundColor, Color? secondaryBtnColor, Color? secondaryTextColor, Color? secondaryHintColor, Color? secondaryBtnTextColor, Color? secondaryIconColor, Color? appBarBackgroundColor, Color? appBarTextColor, Color? appBarHintColor, Color? appBarBtnTextColor, Color? appBarBtnColor, Color? appBarIconColor, Color? drawerBackgroundColor, Color? drawerTextColor, Color? drawerHintColor, Color? drawerBtnTextColor, Color? drawerBtnColor, Color? drawerIconColor, Color? dialogBackgroundColor, Color? dialogTextColor, Color? dialogHintColor, Color? dialogBtnTextColor, Color? dialogBtnColor, Color? dialogIconColor})
Appearance.dark()
Appearance.light()

Properties

appBarBackgroundColor Color?
getter/setter pair
appBarBtnColor Color?
getter/setter pair
appBarBtnTextColor Color?
getter/setter pair
appBarHintColor Color?
getter/setter pair
appBarIconColor Color?
getter/setter pair
appBarTextColor Color?
getter/setter pair
backgroundColor Color
getter/setter pair
btnColor Color?
getter/setter pair
btnTextColor Color?
getter/setter pair
dialogBackgroundColor Color?
getter/setter pair
dialogBtnColor Color?
getter/setter pair
dialogBtnTextColor Color?
getter/setter pair
dialogHintColor Color?
getter/setter pair
dialogIconColor Color?
getter/setter pair
dialogTextColor Color?
getter/setter pair
drawerBackgroundColor Color?
getter/setter pair
drawerBtnColor Color?
getter/setter pair
drawerBtnTextColor Color?
getter/setter pair
drawerHintColor Color?
getter/setter pair
drawerIconColor Color?
getter/setter pair
drawerTextColor Color?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hintColor Color?
getter/setter pair
iconColor Color?
getter/setter pair
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryBackgroundColor Color?
getter/setter pair
secondaryBtnColor Color?
getter/setter pair
secondaryBtnTextColor Color?
getter/setter pair
secondaryHintColor Color?
getter/setter pair
secondaryIconColor Color?
getter/setter pair
secondaryTextColor Color?
getter/setter pair
textColor Color
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