ThemeStyles class
Constructors
- ThemeStyles.new({required Color backgroundStart, required Color backgroundMiddle, required Color backgroundEnd, required Color dialogBg, required Color textPrimary, required Color textSecondary, required Color textMuted, required Color inputBg, required Color inputBorder, required Color inputFocusRing, required Color uploadBorder, required Color uploadHoverBorder, required Color closeHoverBg, required Color overlayColor})
Properties
- backgroundEnd → Color
-
final
- backgroundMiddle → Color
-
final
- backgroundStart → Color
-
final
- closeHoverBg → Color
-
final
- dialogBg → Color
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputBg → Color
-
final
- inputBorder → Color
-
final
- inputFocusRing → Color
-
final
- overlayColor → Color
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textMuted → Color
-
final
- textPrimary → Color
-
final
- textSecondary → Color
-
final
- uploadBorder → Color
-
final
- uploadHoverBorder → Color
-
final
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