ThemeBase class
Contains some basic information about a theme which is later used to generate a fully fledged theme.
- Annotations
Constructors
- ThemeBase({required Color primaryColor, required Color secondaryColor, required Color tertiaryColor, required Color accentColor, required Color onAccentColor, required Color errorColor, required Color moduleDoneColor, required Color modulePendingColor, required Color moduleUploadedColor, required Color textColor, required String name, required IconData icon, required Color iconColor, required Brightness brightness})
-
Contains some basic information about a theme which is later used to generate a fully fledged theme.
factory
Properties
- accentColor → Color
-
The color to use for buttons and other interactive elements.
read-onlyinherited
- brightness → Brightness
-
The brightness of the theme.
read-onlyinherited
-
copyWith
→ $ThemeBaseCopyWith<
ThemeBase> -
read-onlyinherited
- errorColor → Color
-
The color to use to indicate errors.
read-onlyinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- icon → IconData
-
The icon of the theme.
read-onlyinherited
- iconColor → Color
-
The color of the icon.
read-onlyinherited
- moduleDoneColor → Color
-
The color to use for modules that are completed.
read-onlyinherited
- modulePendingColor → Color
-
The color to use for modules that are pending.
read-onlyinherited
- moduleUploadedColor → Color
-
The color to use for modules that have been uploaded.
read-onlyinherited
- name → String
-
The name of the theme.
read-onlyinherited
- onAccentColor → Color
-
The color to use for text on top of the primary color.
read-onlyinherited
- primaryColor → Color
-
The color to use for the surface of components.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- secondaryColor → Color
-
The color to use for the background of the app.
read-onlyinherited
- tertiaryColor → Color
-
The color to use for separators and dividers.
read-onlyinherited
- textColor → Color
-
The color to use for text.
read-onlyinherited
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