ChartTextStyle constructor
Implementation
ChartTextStyle(
{this.color,
this.fontFamily = 'Roboto',
this.fontStyle = FontStyle.normal,
this.fontWeight = FontWeight.normal,
this.fontSize = 12});
ChartTextStyle(
{this.color,
this.fontFamily = 'Roboto',
this.fontStyle = FontStyle.normal,
this.fontWeight = FontWeight.normal,
this.fontSize = 12});