heading1Style top-level constant

TextStyle const heading1Style

Implementation

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