Creates configuration information for a text input control.
The inputType argument must not be null.
Source
const TextInputConfiguration({
this.inputType: TextInputType.text,
this.actionLabel,
});
Creates configuration information for a text input control.
The inputType argument must not be null.
const TextInputConfiguration({
this.inputType: TextInputType.text,
this.actionLabel,
});