NomoTypographyTheme class

Constructors

NomoTypographyTheme({required TextStyle b1, required TextStyle b2, required TextStyle b3, required TextStyle h1, required TextStyle h2, required TextStyle h3})
const

Properties

b1 TextStyle
final
b2 TextStyle
final
b3 TextStyle
final
h1 TextStyle
final
h2 TextStyle
final
h3 TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({NomoColors? colors, NomoSizes? sizes}) NomoTypographyTheme
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