NomoThemeData class

Available extensions

Constructors

NomoThemeData({required NomoColorThemeData colorTheme, required NomoSizingThemeData sizingTheme, required NomoComponentConstants constants, required NomoTypographyTheme textTheme})

Properties

colors NomoColors
no setter
colorTheme NomoColorThemeData
final
componentColors NomoComponentColors
no setter
componentSizes NomoComponentSizes
no setter
constants NomoComponentConstants
final
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
typography NomoTypographyTheme
final

Methods

copyWith({NomoColorThemeData? colorTheme, NomoTypographyTheme? typographyTheme, NomoSizingThemeData? sizingTheme, NomoComponentConstants? constants}) 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

Static Methods

lerp(NomoThemeData a, NomoThemeData b, double t) NomoThemeData