OpenTextInput constructor
OpenTextInput({})
Implementation
OpenTextInput({
Key? key,
required this.onSubmitted,
required this.onChanged,
required this.label,
required this.width,
this.controller,
this.minLines = 1,
this.maxLines = 1,
this.placeholder = '',
this.defaultValue = "",
}) : super(key: key);