subTitle property

TextStyle get subTitle

Implementation

TextStyle get subTitle => copyWith(
      fontSize: 14,
      color: Palette.GRAY_600,
      fontWeight: FontWeight.w400,
      fontFamily: 'Inter',
    );