labelLarge property

TextStyle get labelLarge
override

Implementation

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