MultipleAnswer<T> constructor
const
MultipleAnswer<T> ({})
Implementation
const MultipleAnswer({
super.key,
required this.child,
this.value,
this.onChanged,
this.enabled,
this.allowUnselect,
});