titleSmall property

TextStyle get titleSmall
override

Implementation

TextStyle get titleSmall => GoogleFonts.getFont(
      'Rubik',
      color: theme.primaryText,
      fontWeight: FontWeight.w500,
      fontSize: 16.0,
    );