kAxisLabelStyle top-level constant

TextStyle const kAxisLabelStyle

Axis label style by default.

Implementation

const TextStyle kAxisLabelStyle = TextStyle(
  fontSize: 12,
  color: Colors.black,
);