subtitle constant
TextStyle
const subtitle
Implementation
static const TextStyle subtitle = TextStyle(
fontSize: 16 * scaleSize,
fontWeight: FontWeight.w600,
color: ProjectColors.primaryColor,
);