BioThemeData constructor

BioThemeData({
  1. Widget? titleWidget,
  2. Color? bgColor,
  3. Color? textColor,
  4. Color? priceColor,
  5. Color? card1Color,
  6. Color? cardText1Color,
  7. Color? card2Color,
  8. Color? cardText2Color,
  9. Color? cardBgColor,
  10. Color? cardIconColor,
  11. Color? buttonActiveColor,
  12. Color? buttonInActiveColor,
  13. Color? buttonTextColor,
})

Implementation

BioThemeData({
    this.titleWidget,
    this.bgColor,
    this.textColor,
    this.priceColor,
    this.card1Color,
    this.cardText1Color,
    this.card2Color,
    this.cardText2Color,
    this.cardBgColor,
    this.cardIconColor,
    this.buttonActiveColor,
    this.buttonInActiveColor,
    this.buttonTextColor});