minSubheadingStyle top-level constant

TextStyle const minSubheadingStyle

SubHeading TextStyle

Implementation

const TextStyle minSubheadingStyle = TextStyle(
  fontSize: 20,
  fontWeight: FontWeight.w500,
  letterSpacing: 0.20,
);