inputLabel property

TextStyle inputLabel

Implementation

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