heading2Style top-level constant

TextStyle const heading2Style

Implementation

const TextStyle heading2Style = TextStyle(
    fontSize: 24 , fontWeight: FontWeight.w400
);