ThemeRF constructor
ThemeRF({
- WidgetStyleRF? widgets,
- Color? color,
- WidgetStyleRF? appTitle,
- WidgetStyleRF? appSubTitle,
- WidgetStyleRF? pageTitle,
- WidgetStyleRF? pageSubTitle,
- WidgetStyleRF? pageSegmentTitle,
- WidgetStyleRF? pageSegmentSubTitle,
- WidgetStyleRF? label,
- WidgetStyleRF? error,
- WidgetStyleRF? info,
- WidgetStyleRF? warning,
- WidgetStyleRF? headline1,
- WidgetStyleRF? headline6,
- WidgetStyleRF? button1,
- WidgetStyleRF? button2,
- WidgetStyleRF? button3,
- WidgetStyleRF? controlBackground,
- 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,
});