MiuixTextStyles constructor

const MiuixTextStyles({
  1. required TextStyle main,
  2. required TextStyle paragraph,
  3. required TextStyle body1,
  4. required TextStyle body2,
  5. required TextStyle button,
  6. required TextStyle footnote1,
  7. required TextStyle footnote2,
  8. required TextStyle headline1,
  9. required TextStyle headline2,
  10. required TextStyle subtitle,
  11. required TextStyle title1,
  12. required TextStyle title2,
  13. required TextStyle title3,
  14. required TextStyle title4,
})

Implementation

const MiuixTextStyles({
  required this.main,
  required this.paragraph,
  required this.body1,
  required this.body2,
  required this.button,
  required this.footnote1,
  required this.footnote2,
  required this.headline1,
  required this.headline2,
  required this.subtitle,
  required this.title1,
  required this.title2,
  required this.title3,
  required this.title4,
});