WheelLabelStyle constructor

const WheelLabelStyle({
  1. TextStyle? labelStyle,
  2. double angle = 0.0,
})

Creates a WheelLabelStyle.

Implementation

const WheelLabelStyle({
  this.labelStyle,
  this.angle = 0.0,
});