UiChoice constructor
const
UiChoice({})
Implementation
const UiChoice({super.key, required this.choices, required this.choiceType, this.onSelectedSingle, this.onSelectedMultiple, this.promptTitle, this.selectAllTitle = 'Select All'});