hintLabelText method
Implementation
AzTextFormField hintLabelText(String hintLabelText) {
_hintText = hintLabelText;
_labelText = hintLabelText;
return this;
}
AzTextFormField hintLabelText(String hintLabelText) {
_hintText = hintLabelText;
_labelText = hintLabelText;
return this;
}