TextThemeStyle constructor

TextThemeStyle({
  1. TextStyle? extraLarge,
  2. TextStyle? large,
  3. TextStyle? normal,
  4. TextStyle? small,
  5. TextStyle? style,
})

Implementation

TextThemeStyle(
    {this.extraLarge, this.large, this.normal, this.small, this.style});