radialAxis property

AxisGuide radialAxis

A specification for radial axis.

Implementation

static AxisGuide get radialAxis => AxisGuide(
      line: strokeStyle,
      label: LabelStyle(textStyle: textStyle),
      grid: strokeStyle,
    );