labelLarge property

TextStyle get labelLarge
override

Implementation

TextStyle get labelLarge => GoogleFonts.getFont(
      'Readex Pro',
      color: theme.secondaryText,
      fontWeight: FontWeight.normal,
      fontSize: 16.0,
    );