Fonts class

Constructors

Fonts({required TextStyle style, 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 onBackground, required Color onPrimary, required Color secondary, required Color primary, required Color primaryHighlightLightest, required Color danger, required Color secondaryHighlightDarkest, required Color secondaryHighlight})

Properties

big Big
final
hashCode int
The hash code for this object.
no setterinherited
large Large
final
larger Larger
final
largest Largest
final
medium Medium
final
normal Normal
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema Map<String, Map<String, Map<String, TextStyle>>>
Returns the Map of TextStyles generated.
no setter
sizes List
Returns the sizes generated.
no setter
small Small
final
smaller Smaller
final
smallest Smallest
final
styles List<TextStyle>
Returns the List of TextStyles generated.
no setter

Methods

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

Operators

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

Static Methods

lerp(Fonts a, Fonts? b, double t) Fonts
Linearly interpolates the provided objects based on the given t value.