Fonts class
Constructors
-
Fonts({required TextStyle style, required double giant, required double largest, required double larger, required double large, required double big, required double medium, required double normal, required double small, required double smaller, required double smallest, required FontWeight bold, required FontWeight regular, required Color currencyPrimary, required Color onBackground, required Color onPrimary, required Color secondary, required Color primary, required Color primaryHighlightLightest, required Color danger, required Color onDonatePrimary, required Color onDonateSecondary, required Color secondaryHighlightDarkest, required Color secondaryHighlight, required Color secondaryBackgroundLight, required Color onPrimaryOpacity50})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
lerp(Fonts a, Fonts? b, double t)
→ Fonts
-
Linearly interpolates the provided objects based on the given
t value.