SpaceJamTextStyles class

SpaceJamTextStyles are commonly used TextStyles made for general use in all kinds of applications.

Constructors

SpaceJamTextStyles()

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

bodyMedium(BuildContext context, {Color? color, double? letterSpacing, FontWeight? fontWeight, FontStyle? fontStyle, TextDecoration? decoration}) TextStyle
TextStyle for bodyMedium.
bodySmall(BuildContext context, {Color? color, double? letterSpacing, FontWeight? fontWeight, FontStyle? fontStyle, TextDecoration? decoration}) TextStyle
TextStyle for bodySmall.
headline(BuildContext context, {Color? color, double? letterSpacing, FontWeight? fontWeight, FontStyle? fontStyle, TextDecoration? decoration}) TextStyle
TextStyle for headlines.
headlineSmall(BuildContext context, {Color? color, double? letterSpacing, FontWeight? fontWeight, FontStyle? fontStyle, TextDecoration? decoration}) TextStyle
TextStyle for headlineSmall.
title(BuildContext context, {Color? color, double? letterSpacing, FontWeight? fontWeight, FontStyle? fontStyle, TextDecoration? decoration}) TextStyle
TextStyle for titleMedium.
titleSmall(BuildContext context, {Color? color, double? letterSpacing, FontWeight? fontWeight, FontStyle? fontStyle, TextDecoration? decoration}) TextStyle
TextStyle for titleSmall.