toggleSelection method
Implementation
@protected
void toggleSelection(BuildContext context) {
_requireSelectable(context);
isSelected(context) ? deselectItem(context) : selectItem(context);
}
@protected
void toggleSelection(BuildContext context) {
_requireSelectable(context);
isSelected(context) ? deselectItem(context) : selectItem(context);
}