NomoThemeData class
- Available Extensions
Constructors
- NomoThemeData({required NomoColorThemeData colorTheme, required NomoSizingThemeData sizingTheme, required NomoTypographyTheme textTheme})
Properties
- colors → NomoColors
-
no setter
- colorTheme → NomoColorThemeData
-
final
- componentColors → NomoComponentColors
-
no setter
- componentSizes → NomoComponentSizes
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sizes → NomoSizes
-
no setter
- sizingTheme → NomoSizingThemeData
-
final
- typographyTheme → NomoTypographyTheme
-
final
Methods
-
copyWith(
{NomoColorThemeData? colorTheme, NomoTypographyTheme? typographyTheme, NomoSizingThemeData? sizingTheme}) → NomoThemeData -
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