xLabelStyle method

dynamic xLabelStyle()

Implementation

xLabelStyle() {
  return TextStyle(color: Colors.black, fontFamily: 'OpenSans', fontSize: 12);
}