NativeTypography constructor

const NativeTypography({
  1. Type type = Typography,
  2. TargetPlatform? platform,
  3. TextTheme? black,
  4. TextTheme? white,
  5. TextTheme? englishLike,
  6. TextTheme? dense,
  7. TextTheme? tall,
  8. TextStyle? displayLarge,
  9. TextStyle? displayMedium,
  10. TextStyle? displaySmall,
  11. TextStyle? headlineLarge,
  12. TextStyle? headlineMedium,
  13. TextStyle? headlineSmall,
  14. TextStyle? titleLarge,
  15. TextStyle? titleMedium,
  16. TextStyle? titleSmall,
  17. TextStyle? bodyLarge,
  18. TextStyle? bodyMedium,
  19. TextStyle? bodySmall,
  20. TextStyle? labelLarge,
  21. TextStyle? labelMedium,
  22. TextStyle? labelSmall,
  23. Color color = Colors.red,
  24. TextStyle? bodyStrong,
})

Constructor for NativeTypography

Implementation

const NativeTypography({super.type = Typography, this.platform, this.black, this.white, this.englishLike, this.dense, this.tall, 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});