textStyle property

TextStyle textStyle
getter/setter pair

Get and set the style property of the data label text.

Implementation

TextStyle textStyle = const TextStyle(
    fontFamily: 'Roboto',
    fontStyle: FontStyle.normal,
    fontWeight: FontWeight.normal,
    fontSize: 12);