TextInputStep constructor
const
TextInputStep({})
Creates a text input step.
Implementation
const TextInputStep({
required super.key,
required this.prompt,
this.placeholder,
this.defaultValue,
this.validate,
super.description,
});