AxisTitle constructor
Implementation
AxisTitle(
{this.text,
ChartTextStyle textStyle,
this.alignment = ChartAlignment.center})
: textStyle = _getTextStyle(
textStyle: textStyle,
fontFamily: 'Segoe UI',
fontSize: 15.0,
fontStyle: FontStyle.normal,
fontWeight: FontWeight.normal);