getTextFieldHintStyle function
dynamic
getTextFieldHintStyle()
Implementation
getTextFieldHintStyle() {
return const TextStyle(fontWeight: FontWeight.w400, color: kGrayDark, fontSize: 14);
}
getTextFieldHintStyle() {
return const TextStyle(fontWeight: FontWeight.w400, color: kGrayDark, fontSize: 14);
}