AppKitTypography.raw constructor
const
AppKitTypography.raw({
- required Color color,
- required TextStyle largeTitle,
- required TextStyle title1,
- required TextStyle title2,
- required TextStyle title3,
- required TextStyle headline,
- required TextStyle subheadline,
- required TextStyle body,
- required TextStyle callout,
- required TextStyle tooltip,
- required TextStyle footnote,
- required TextStyle caption1,
- 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,
});