hintLabelText method

AzTextFormField hintLabelText(
  1. String hintLabelText
)

Implementation

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