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