heading3Style top-level constant

TextStyle const heading3Style

Text Style with fontSize: 24 and fontWeight: FontWeight.w600

Implementation

const TextStyle heading3Style = TextStyle(
  fontSize: 24,
  fontWeight: FontWeight.w600,
);