ChartTitle constructor
Implementation
ChartTitle(
{this.text = '',
ChartTextStyle textStyle,
this.alignment = ChartAlignment.center,
this.borderColor = Colors.transparent,
this.borderWidth = 0,
this.backgroundColor})
: textStyle = _getTextStyle(
textStyle: textStyle,
fontSize: 15.0,
fontFamily: 'Segoe UI',
fontStyle: FontStyle.normal,
fontWeight: FontWeight.normal);