ChartTextStyle constructor

ChartTextStyle({Color color, String fontFamily: 'Roboto', FontStyle fontStyle: FontStyle.normal, FontWeight fontWeight: FontWeight.normal, double fontSize: 12 })

Implementation

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