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.isReadOnly = false,
this.long = false,
this.dateBuilder,
this.time,
}) : super(key: key) {
}