ThemeRF constructor

ThemeRF({
  1. WidgetStyleRF? widgets,
  2. Color? color,
  3. WidgetStyleRF? appTitle,
  4. WidgetStyleRF? appSubTitle,
  5. WidgetStyleRF? pageTitle,
  6. WidgetStyleRF? pageSubTitle,
  7. WidgetStyleRF? pageSegmentTitle,
  8. WidgetStyleRF? pageSegmentSubTitle,
  9. WidgetStyleRF? label,
  10. WidgetStyleRF? error,
  11. WidgetStyleRF? info,
  12. WidgetStyleRF? warning,
  13. WidgetStyleRF? headline1,
  14. WidgetStyleRF? headline6,
  15. WidgetStyleRF? button1,
  16. WidgetStyleRF? button2,
  17. WidgetStyleRF? button3,
  18. WidgetStyleRF? controlBackground,
  19. WidgetStyleRF? pageBackground,
})

Implementation

ThemeRF({
  this.widgets,
  this.color, //  this.font,
  this.appTitle,
  this.appSubTitle,
  this.pageTitle,
  this.pageSubTitle,
  this.pageSegmentTitle,
  this.pageSegmentSubTitle,
  this.label,
  this.error,
  this.info,
  this.warning,
  this.headline1,
  this.headline6,
  this.button1,
  this.button2,
  this.button3,
  this.controlBackground,
  this.pageBackground,
});