MacosTypography.raw constructor

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

Implementation

const MacosTypography.raw({
  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.footnote,
  required this.caption1,
  required this.caption2,
});