TextBox constructor

const TextBox(
  1. TextSchema schema, {
  2. Key? key,
})

Implementation

const TextBox(this.schema, {Key? key}):super(key: key);