InputText constructor
const
InputText({})
Implementation
const InputText({
super.key,
this.type = InputType.text,
this.label = "",
this.initialValue = "",
this.validator,
this.onChanged,
});
const InputText({
super.key,
this.type = InputType.text,
this.label = "",
this.initialValue = "",
this.validator,
this.onChanged,
});