subtitleTextRegularWhite top-level constant

TextStyle const subtitleTextRegularWhite

Implementation

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