heading1Style top-level constant

TextStyle const heading1Style

Text Style with fontSize: 34 and fontWeight: FontWeight.w400

Implementation

const TextStyle heading1Style = TextStyle(
  fontSize: 34,
  fontWeight: FontWeight.w400,
);