MephistoPersistentTheme constructor
MephistoPersistentTheme({ - String? primaryColor,
- String? primaryColorString,
- String? fontFamily,
- double? borderRadius,
- double? borderWidth,
- bool? isDarkTheme,
- bool? showBottomNavbarLabels,
- bool? enableBottomNavbarFeedbacks,
- bool? isFilledBgWidgets,
- String? darkFillColor,
- String? lightFillColor,
- String? darkLineColor,
- String? lightLineColor,
- String? captionTextAndIconColor,
})
Implementation
MephistoPersistentTheme(
{this.primaryColor,
this.primaryColorString,
this.fontFamily,
this.borderRadius,
this.borderWidth,
this.isDarkTheme,
this.showBottomNavbarLabels,
this.enableBottomNavbarFeedbacks,
this.isFilledBgWidgets,
this.darkFillColor,
this.lightFillColor,
this.darkLineColor,
this.lightLineColor,
this.captionTextAndIconColor});