SeniorTextThemeData constructor

const SeniorTextThemeData({
  1. SeniorTextStyle? h1Style,
  2. SeniorTextStyle? h2Style,
  3. SeniorTextStyle? h3Style,
  4. SeniorTextStyle? h4Style,
  5. SeniorTextStyle? ctaStyle,
  6. SeniorTextStyle? labelStyle,
  7. SeniorTextStyle? labelBoldStyle,
  8. SeniorTextStyle? bodyStyle,
  9. SeniorTextStyle? bodyBoldStyle,
  10. SeniorTextStyle? smallStyle,
  11. SeniorTextStyle? smallBoldStyle,
  12. SeniorTextStyle? smallLinkStyle,
})

Theme definitions for the SeniorText component.

Implementation

const SeniorTextThemeData({
  this.h1Style,
  this.h2Style,
  this.h3Style,
  this.h4Style,
  this.ctaStyle,
  this.labelStyle,
  this.labelBoldStyle,
  this.bodyStyle,
  this.bodyBoldStyle,
  this.smallStyle,
  this.smallBoldStyle,
  this.smallLinkStyle,
});