AppKitTypography.raw constructor

const AppKitTypography.raw({
  1. required Color color,
  2. required TextStyle largeTitle,
  3. required TextStyle title1,
  4. required TextStyle title2,
  5. required TextStyle title3,
  6. required TextStyle headline,
  7. required TextStyle subheadline,
  8. required TextStyle body,
  9. required TextStyle callout,
  10. required TextStyle tooltip,
  11. required TextStyle footnote,
  12. required TextStyle caption1,
  13. required TextStyle caption2,
})

Implementation

const AppKitTypography.raw({
  required this.color,
  required this.largeTitle,
  required this.title1,
  required this.title2,
  required this.title3,
  required this.headline,
  required this.subheadline,
  required this.body,
  required this.callout,
  required this.tooltip,
  required this.footnote,
  required this.caption1,
  required this.caption2,
});