listSubTitle property

TextStyle listSubTitle

Implementation

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