Small class
Constructors
-
Small({required TextStyle style, required FontWeight regular, required Color danger, required Color onBackground, required Color onPrimary, required Color primary, required Color secondary, required Color secondaryHighlight, required Color secondaryHighlightDarkest, required Color currencyPrimary, required Color secondaryBackgroundLight})
-
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(Small a, Small? b, double t)
→ Small
-
Linearly interpolates the provided objects based on the given
t value.