hintLabel property

TextStyle hintLabel

Implementation

TextStyle get hintLabel => copyWith(
  fontSize: 16,
  color: Palette.GRAY_500,
  fontWeight: FontWeight.w400,
  fontFamily: 'Inter',
);