bodyMedium property

TextStyle get bodyMedium
override

Implementation

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