InputText constructor

InputText(
  1. String text, {
  2. TextAlign? textAlign,
  3. bool nowrap = false,
})

Implementation

InputText(this.text, {this.textAlign, this.nowrap = false});