WheelSpinnerThemeData constructor
WheelSpinnerThemeData({
- BoxDecoration? boxDecoration,
- Border? border,
- BorderRadiusGeometry? borderRadius = defaultBorderRadius,
- Color? color,
- Gradient? gradient,
- int dividerCount = 10,
- Color? dividerColor,
Create a new theme for the wheel spinner
Implementation
WheelSpinnerThemeData({
this.boxDecoration,
this.border,
this.borderRadius = defaultBorderRadius,
this.color,
this.gradient,
this.dividerCount = 10,
this.dividerColor,
});