TUITypography constructor

TUITypography(
  1. TextStyle heading1,
  2. TextStyle heading2,
  3. TextStyle heading3,
  4. TextStyle heading4,
  5. TextStyle heading5,
  6. TextStyle heading6,
  7. TextStyle heading7,
  8. TextStyle body5,
  9. TextStyle body6,
  10. TextStyle body7,
  11. TextStyle body8,
  12. TextStyle button6,
  13. TextStyle button7,
  14. TextStyle button8,
)

Implementation

TUITypography(
    this.heading1,
    this.heading2,
    this.heading3,
    this.heading4,
    this.heading5,
    this.heading6,
    this.heading7,
    this.body5,
    this.body6,
    this.body7,
    this.body8,
    this.button6,
    this.button7,
    this.button8);