subtitleTextMediumWhite top-level constant

TextStyle const subtitleTextMediumWhite

Implementation

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