heading3Style top-level constant

TextStyle const heading3Style

Implementation

const TextStyle heading3Style = TextStyle(
    fontSize: 16 , fontWeight: FontWeight.w400
);