deselectAll method Null safety
deselect all items in group
Implementation
@override
void deselectAll() {
//assert(isMultipleSelection, "you cannot deselect all items in single selection group");
_widgetState.deselectValues(_widgetState.values);
}