hintText method

AzTextFormField hintText(
  1. String hintText
)

Implementation

AzTextFormField hintText(String hintText) {
  _hintText = hintText;
  return this;
}