BioThemeData class

Constructors

BioThemeData({Widget? titleWidget, Color? bgColor, Color? textColor, Color? priceColor, Color? card1Color, Color? cardText1Color, Color? card2Color, Color? cardText2Color, Color? cardBgColor, Color? cardIconColor, Color? buttonActiveColor, Color? buttonInActiveColor, Color? buttonTextColor})

Properties

bgColor Color?
getter/setter pair
buttonActiveColor Color?
getter/setter pair
buttonInActiveColor Color?
getter/setter pair
buttonTextColor Color?
getter/setter pair
card1Color Color?
getter/setter pair
card2Color Color?
getter/setter pair
cardBgColor Color?
getter/setter pair
cardIconColor Color?
getter/setter pair
cardText1Color Color?
getter/setter pair
cardText2Color Color?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
priceColor Color?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color?
getter/setter pair
titleWidget Widget?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited