const TextInputConfiguration({TextInputType inputType: TextInputType.text, String actionLabel })

Creates configuration information for a text input control.

The inputType argument must not be null.

Source

const TextInputConfiguration({
  this.inputType: TextInputType.text,
  this.actionLabel,
});