defaultChartValueStyle top-level constant

TextStyle const defaultChartValueStyle

Implementation

const defaultChartValueStyle = TextStyle(
  fontSize: 12,
  fontWeight: FontWeight.bold,
  color: Colors.black,
);