subHeadingWhite top-level constant

TextStyle const subHeadingWhite

Implementation

const TextStyle subHeadingWhite = TextStyle(
  color: Colors.white,
  fontSize: 14,
  fontWeight: FontWeight.w500,
);