AppTheme class
Constructors
- AppTheme.new(String language)
Properties
Methods
-
getFontFamily(
) → String -
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
-
getTextStyle(
{double fontSize = 24, FontWeight fontWeight = FontWeight.normal, String fontFamily = Constants.englishFontFamily, required Color color, dynamic textDecoration = TextDecoration.none}) → TextStyle