subtitle1 property

TextStyle subtitle1
override

Implementation

TextStyle get subtitle1 => GoogleFonts.getFont(
      'Roboto',
      color: theme.primaryText,
      fontWeight: FontWeight.w600,
      fontSize: 18,
    );