defaultLegendStyle top-level constant

TextStyle const defaultLegendStyle

Implementation

const defaultLegendStyle = TextStyle(
  fontSize: 12,
  fontWeight: FontWeight.bold,
);