MephistoPersistentTheme constructor

MephistoPersistentTheme({
  1. String? primaryColor,
  2. String? primaryColorString,
  3. String? fontFamily,
  4. double? borderRadius,
  5. double? borderWidth,
  6. bool? isDarkTheme,
  7. bool? showBottomNavbarLabels,
  8. bool? enableBottomNavbarFeedbacks,
  9. bool? isFilledBgWidgets,
  10. String? darkFillColor,
  11. String? lightFillColor,
  12. String? darkLineColor,
  13. String? lightLineColor,
  14. 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});