NomoTypographyTheme constructor
- {required dynamic b1,
- required dynamic b2,
- required dynamic b3,
- required dynamic h1,
- required dynamic h2,
- required dynamic h3}
Implementation
const NomoTypographyTheme({
required this.b1,
required this.b2,
required this.b3,
required this.h1,
required this.h2,
required this.h3,
});