IndoDocumentChoice constructor
const
IndoDocumentChoice({})
Implementation
const IndoDocumentChoice({
Key? key,
required this.list,
required this.selectTitle,
required this.getValue,
required this.selectedValues,
required this.disabled,
}) : super(key: key);