WxTextVariant class abstract

Definitions for the various typographical styles found in Material Design (e.g., labelLarge, bodySmall). Rather than creating a TextTheme directly, you can obtain an instance as Typography.black or Typography.white.

Constructors

WxTextVariant()

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

Constants

bodyLarge → const TextStyle? Function(BuildContext context)
bodyMedium → const TextStyle? Function(BuildContext context)
bodySmall → const TextStyle? Function(BuildContext context)
displayLarge → const TextStyle? Function(BuildContext context)
displayMedium → const TextStyle? Function(BuildContext context)
displaySmall → const TextStyle? Function(BuildContext context)
headlineLarge → const TextStyle? Function(BuildContext context)
headlineMedium → const TextStyle? Function(BuildContext context)
headlineSmall → const TextStyle? Function(BuildContext context)
labelLarge → const TextStyle? Function(BuildContext context)
labelMedium → const TextStyle? Function(BuildContext context)
labelSmall → const TextStyle? Function(BuildContext context)
titleLarge → const TextStyle? Function(BuildContext context)
titleMedium → const TextStyle? Function(BuildContext context)
titleSmall → const TextStyle? Function(BuildContext context)