TypographyData class

Constructors

TypographyData({required FontSize fontSize50, required FontSize fontSize75, required FontSize fontSize100, required FontSize fontSize200, required FontSize fontSize300, required FontSize fontSize400, required FontSize fontSize500, required FontSize fontSize600, required FontSize fontSize700, required FontSize fontSize800, required FontSize fontSize900, required FontSize fontSize1000, required FontSize fontSize1100, required FontSize fontSize1200, required FontSize fontSize1300})
const

Properties

fontSize50 FontSize
final
fontSize75 FontSize
final
fontSize100 FontSize
final
fontSize200 FontSize
final
fontSize300 FontSize
final
fontSize400 FontSize
final
fontSize500 FontSize
final
fontSize600 FontSize
final
fontSize700 FontSize
final
fontSize800 FontSize
final
fontSize900 FontSize
final
fontSize1000 FontSize
final
fontSize1100 FontSize
final
fontSize1200 FontSize
final
fontSize1300 FontSize
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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
text(String text, {required double size, TextSemantic semantic = TextSemantic.body, Color? color}) TextSpan
toString() String
A string representation of this object.
inherited

Operators

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