UpThemeData class
Constructors
- UpThemeData({required MaterialColor primaryColor, MaterialColor? secondaryColor, MaterialColor? tertiaryColor, MaterialColor? warnColor, MaterialColor? linkColor, MaterialColor? successColor, required UpStyle primaryStyle, UpStyle? secondaryStyle, UpStyle? tertiaryStyle, UpStyle? successStyle, UpStyle? warnStyle, UpStyle? linkStyle})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- linkColor ↔ MaterialColor?
-
getter/setter pair
- linkStyle ↔ UpStyle?
-
getter/setter pair
- primaryColor ↔ MaterialColor
-
getter/setter pair
- primaryStyle ↔ UpStyle
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondaryColor ↔ MaterialColor?
-
getter/setter pair
- secondaryStyle ↔ UpStyle?
-
getter/setter pair
- successColor ↔ MaterialColor?
-
getter/setter pair
- successStyle ↔ UpStyle?
-
getter/setter pair
- tertiaryColor ↔ MaterialColor?
-
getter/setter pair
- tertiaryStyle ↔ UpStyle?
-
getter/setter pair
- warnColor ↔ MaterialColor?
-
getter/setter pair
- warnStyle ↔ UpStyle?
-
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