WiredashTextTheme constructor

const WiredashTextTheme({
  1. TextStyle? headlineMedium,
  2. TextStyle? headlineSmall,
  3. TextStyle? appbarTitle,
  4. TextStyle? title,
  5. TextStyle? button,
  6. TextStyle? bodyMedium,
  7. TextStyle? bodySmall,
  8. TextStyle? body2Medium,
  9. TextStyle? body2Small,
  10. TextStyle? caption,
  11. TextStyle? input,
  12. TextStyle? inputError,
})

Implementation

const WiredashTextTheme({
  this.headlineMedium,
  this.headlineSmall,
  this.appbarTitle,
  this.title,
  this.button,
  this.bodyMedium,
  this.bodySmall,
  this.body2Medium,
  this.body2Small,
  this.caption,
  this.input,
  this.inputError,
});