bodyLarge property

TextStyle get bodyLarge
override

Implementation

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