subtitle2 property

TextStyle subtitle2
override

Implementation

TextStyle get subtitle2 => GoogleFonts.getFont(
      'Roboto',
      color: theme.secondaryText,
      fontWeight: FontWeight.w600,
      fontSize: 16,
    );