TextBox constructor

TextBox(
  1. String? text, {
  2. String? binding,
  3. String? format,
  4. PrinterTextStyle? style,
})

Implementation

TextBox(this.text, {this.binding, this.format, this.style});