subtitleTextStyle property

TextStyle subtitleTextStyle
getter/setter pair

Implementation

static TextStyle subtitleTextStyle = const TextStyle(
  fontSize: 16,
  fontWeight: FontWeight.w500,
  color: primaryBlue,
);