AppTextThemes class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

bodyLarge({Color? color, FontWeight? fontWeight}) TextStyle
bodyMedium({Color? color, FontWeight? fontWeight}) TextStyle
bodySmall({Color? color, FontWeight? fontWeight}) TextStyle
button({Color? color, FontWeight? fontWeight}) TextStyle
caption({Color? color, FontWeight? fontWeight}) TextStyle
getTheme(String fontFamily) TextTheme
heading1({Color? color, FontWeight? fontWeight}) TextStyle
heading2({Color? color, FontWeight? fontWeight}) TextStyle
heading3({Color? color, FontWeight? fontWeight}) TextStyle
heading4({Color? color, FontWeight? fontWeight}) TextStyle
heading5({Color? color, FontWeight? fontWeight}) TextStyle
heading6({Color? color, FontWeight? fontWeight}) TextStyle

Constants

availableFonts → const List<String>