MinTypography class
Constructors
- MinTypography({required TextStyle h1, required TextStyle h2, required TextStyle h3, required TextStyle body, required TextStyle small, required TextStyle muted})
-
const
- MinTypography.defaultSans({String? fontFamily, Color? mutedColor})
-
factory
Properties
Methods
-
apply(
{Color? color, Color? mutedColor, String? fontFamily}) → MinTypography -
copyWith(
{TextStyle? h1, TextStyle? h2, TextStyle? h3, TextStyle? body, TextStyle? small, TextStyle? muted}) → MinTypography -
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.
override
Static Properties
- defaults → MinTypography
-
no setter