EditTextValue constructor
EditTextValue({})
Implementation
EditTextValue(
{Key? key,
required this.name,
required this.id,
required this.isBeforeHeader,
this.description,
required this.onValueChanged,
required this.chosenValue,
this.debounceTime})
: super(key: key);