KiteTypography constructor

const KiteTypography({
  1. required TextStyle display,
  2. required TextStyle h1,
  3. required TextStyle h2,
  4. required TextStyle h3,
  5. required TextStyle title,
  6. required TextStyle bodyLarge,
  7. required TextStyle body,
  8. required TextStyle bodySmall,
  9. required TextStyle label,
  10. required TextStyle labelSmall,
  11. required TextStyle caption,
})

Implementation

const KiteTypography({
  required this.display,
  required this.h1,
  required this.h2,
  required this.h3,
  required this.title,
  required this.bodyLarge,
  required this.body,
  required this.bodySmall,
  required this.label,
  required this.labelSmall,
  required this.caption,
});