TypographyProps class Null safety

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.
read-only, inherited
letterSpacing String?
final
lineHeight String?
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
textAlign String?
final
textDecoration String?
final
textTransform String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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