WheelItemConfig class

Constructors

WheelItemConfig({required VoidCallback onTapCallback1, required String title1, required IconData icon1, Color gradientStart1 = Colors.white, Color gradientEnd1 = Colors.green, Color iconColor1 = Colors.blueGrey, Color iconColorActive1 = Colors.white, Color textColor1 = Colors.blueGrey, Color textColorActive1 = Colors.white, Color shadowColor1 = Colors.green, double shadowBlurRadius1 = 4.0, double shadowSpreadRadius1 = 0.0, required Offset shadowOffset1, required VoidCallback onTapCallback2, required String title2, required IconData icon2, Color gradientStart2 = Colors.white, Color gradientEnd2 = Colors.green, Color iconColor2 = Colors.blueGrey, Color iconColorActive2 = Colors.white, Color textColor2 = Colors.blueGrey, Color textColorActive2 = Colors.white, Color shadowColor2 = Colors.green, double shadowBlurRadius2 = 4.0, double shadowSpreadRadius2 = 0.0, required Offset shadowOffset2, required VoidCallback onTapCallback3, required String title3, required IconData icon3, Color gradientStart3 = Colors.white, Color gradientEnd3 = Colors.green, Color iconColor3 = Colors.blueGrey, Color iconColorActive3 = Colors.white, Color textColor3 = Colors.blueGrey, Color textColorActive3 = Colors.white, Color shadowColor3 = Colors.green, double shadowBlurRadius3 = 4.0, double shadowSpreadRadius3 = 0.0, required Offset shadowOffset3, required VoidCallback onTapCallback4, required String title4, required IconData icon4, Color gradientStart4 = Colors.white, Color gradientEnd4 = Colors.green, Color iconColor4 = Colors.blueGrey, Color iconColorActive4 = Colors.white, Color textColor4 = Colors.blueGrey, Color textColorActive4 = Colors.white, Color shadowColor4 = Colors.green, double shadowBlurRadius4 = 4.0, double shadowSpreadRadius4 = 0.0, required Offset shadowOffset4, double textSize = 22, double iconSize = 25})

Properties

gradientEnd1 Color
final
gradientEnd2 Color
final
gradientEnd3 Color
final
gradientEnd4 Color
final
gradientStart1 Color
final
gradientStart2 Color
final
gradientStart3 Color
final
gradientStart4 Color
final
hashCode int
The hash code for this object.
no setterinherited
icon1 IconData
final
icon2 IconData
final
icon3 IconData
final
icon4 IconData
final
iconColor1 Color
final
iconColor2 Color
final
iconColor3 Color
final
iconColor4 Color
final
iconColorActive1 Color
final
iconColorActive2 Color
final
iconColorActive3 Color
final
iconColorActive4 Color
final
iconSize double
final
onTapCallback1 VoidCallback
final
onTapCallback2 VoidCallback
final
onTapCallback3 VoidCallback
final
onTapCallback4 VoidCallback
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadowBlurRadius1 double
final
shadowBlurRadius2 double
final
shadowBlurRadius3 double
final
shadowBlurRadius4 double
final
shadowColor1 Color
final
shadowColor2 Color
final
shadowColor3 Color
final
shadowColor4 Color
final
shadowOffset1 Offset
final
shadowOffset2 Offset
final
shadowOffset3 Offset
final
shadowOffset4 Offset
final
shadowSpreadRadius1 double
final
shadowSpreadRadius2 double
final
shadowSpreadRadius3 double
final
shadowSpreadRadius4 double
final
textColor1 Color
final
textColor2 Color
final
textColor3 Color
final
textColor4 Color
final
textColorActive1 Color
final
textColorActive2 Color
final
textColorActive3 Color
final
textColorActive4 Color
final
textSize double
final
title1 String
final
title2 String
final
title3 String
final
title4 String
final

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