onSelectionChanged method
Called when the collection selection changes.
Implementation
void onSelectionChanged(
BuildContext context,
SelectionChangedData<T> selectionData,
) {}
Called when the collection selection changes.
void onSelectionChanged(
BuildContext context,
SelectionChangedData<T> selectionData,
) {}