BaseColorStyles class abstract
Interface for your base styles. Add more styles here and then implement in light_theme_colors.dart and dark_theme_colors.dart.
Constructors
Properties
- appBarBackground → Color
-
no setter
- appBarPrimaryContent → Color
-
no setter
- background → Color
-
- Available styles *
no setter - bottomTabBarBackground → Color
-
no setter
- bottomTabBarIconSelected → Color
-
no setter
- bottomTabBarIconUnselected → Color
-
no setter
- bottomTabBarLabelSelected → Color
-
no setter
- bottomTabBarLabelUnselected → Color
-
no setter
-
no setter
-
no setter
-
no setter
-
no setter
- content → Color
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- primaryAccent → Color
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- surfaceBackground → Color
-
no setter
- surfaceContent → Color
-
no setter
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