TypographyProps class

Inheritance
Implementers

Constructors

TypographyProps({required String? fontFamily, required String? fontSize, required String? fontStyle, required String? fontWeight, required String? letterSpacing, required String? lineHeight, required String? textAlign, required String? textDecoration, required String? textTransform})

Properties

fontFamily String?
final
fontSize String?
final
fontStyle String?
final
fontWeight String?
final
hashCode int
The hash code for this object.
no setterinherited
letterSpacing String?
final
lineHeight String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textAlign String?
final
textDecoration String?
final
textTransform String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited