WheelLabelStyle constructor
const
WheelLabelStyle({
- TextStyle? labelStyle,
- double angle = 0.0,
- TextOverflow overflow = TextOverflow.clip,
- int? maxLines = 1,
Creates a WheelLabelStyle.
Implementation
const WheelLabelStyle({
this.labelStyle,
this.angle = 0.0,
this.overflow = TextOverflow.clip,
this.maxLines = 1,
});