NativeTextTheme constructor

const NativeTextTheme({
  1. Type type = TextTheme,
  2. TextStyle? displayLarge,
  3. TextStyle? displayMedium,
  4. TextStyle? displaySmall,
  5. TextStyle? headlineLarge,
  6. TextStyle? headlineMedium,
  7. TextStyle? headlineSmall,
  8. TextStyle? titleLarge,
  9. TextStyle? titleMedium,
  10. TextStyle? titleSmall,
  11. TextStyle? bodyLarge,
  12. TextStyle? bodyMedium,
  13. TextStyle? bodySmall,
  14. TextStyle? labelLarge,
  15. TextStyle? labelMedium,
  16. TextStyle? labelSmall,
  17. Color color = Colors.red,
  18. TextStyle? bodyStrong,
})

Constructor for NativeTextTheme

Implementation

const NativeTextTheme({super.type = TextTheme, this.displayLarge, this.displayMedium, this.displaySmall, this.headlineLarge, this.headlineMedium, this.headlineSmall, this.titleLarge, this.titleMedium, this.titleSmall, this.bodyLarge, this.bodyMedium, this.bodySmall, this.labelLarge, this.labelMedium, this.labelSmall, this.color = Colors.red, this.bodyStrong});