hintStyle property

TextStyle hintStyle
final

Implementation

static final TextStyle hintStyle = _textStyle.copyWith(
  fontSize: Dimens.fontSize16,
  fontWeight: FontWeight.w400,
  color: AppColors.hintColor
);