subheadingStyle top-level constant

TextStyle const subheadingStyle

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

Implementation

const TextStyle subheadingStyle = TextStyle(
  fontSize: 20,
  fontWeight: FontWeight.w400,
);