Typography class
Constructors
-
Typography({required FontBasics fontBasics, required FontStyle heading, required FontStyle name, required FontStyle title1, required FontStyle title2, required FontStyle subtitle1, required FontStyle subtitle2, required FontStyle text1, required FontStyle text2, required FontStyle caption1, required FontStyle caption2, required FontStyle body})
-
-
Typography.fromDefault({FontBasics? fontBasics, String? fontFamily, FontWeight? fontWeightRegular, FontWeight? fontWeightMedium, FontStyle? heading, FontStyle? name, FontStyle? title1, FontStyle? title2, FontStyle? subtitle1, FontStyle? subtitle2, FontStyle? text1, FontStyle? text2, FontStyle? caption1, FontStyle? caption2, FontStyle? body})
-
Should be used to make custom themes
factory
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited