AppTextStyle class
Constructors
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
-
bodyText1(
BuildContext context) → TextStyle - A text style for the app's body text 1.
-
bodyText2(
BuildContext context) → TextStyle - A text style for the app's body text 2.
- A text style for the app's button text.
-
caption(
BuildContext context) → TextStyle - A text style for the app's caption text.
-
captionLight(
BuildContext context) → TextStyle - A text style for the app's caption light text.
-
disabled(
BuildContext context) → TextStyle - A text style for the app's disabled text.
-
headline1(
BuildContext context) → TextStyle - A text style for the app's headline 1.
-
headline2(
BuildContext context) → TextStyle - A text style for the app's headline 2.
-
hint(
BuildContext context) → TextStyle - A text style for the app's hint text.
-
subtitle(
BuildContext context) → TextStyle - A text style for the app's subtitle text.