bodySmall property

TextStyle get bodySmall
override

Implementation

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