dropHintSmall property

TextStyle get dropHintSmall

Implementation

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