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