bodySmall property
Implementation
TextStyle get bodySmall => TextStyle(
fontFamily: 'General Sans',
color: theme.primaryText,
fontWeight: FontWeight.normal,
fontSize: 12.0,
);
TextStyle get bodySmall => TextStyle(
fontFamily: 'General Sans',
color: theme.primaryText,
fontWeight: FontWeight.normal,
fontSize: 12.0,
);