listTitle property

TextStyle get listTitle

Implementation

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