labelLarge property
Implementation
TextStyle get labelLarge => TextStyle(
fontFamily: 'General Sans',
color: theme.primary,
fontWeight: FontWeight.w600,
fontSize: 14.0,
);
TextStyle get labelLarge => TextStyle(
fontFamily: 'General Sans',
color: theme.primary,
fontWeight: FontWeight.w600,
fontSize: 14.0,
);