NomoTypographyTheme constructor

const NomoTypographyTheme(
  1. {required dynamic b1,
  2. required dynamic b2,
  3. required dynamic b3,
  4. required dynamic h1,
  5. required dynamic h2,
  6. required dynamic h3}
)

Implementation

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