textStart method

AzTextFormField textStart()

Implementation

AzTextFormField textStart() {
  _textAlign = TextAlign.start;
  return this;
}