setSelectionBar method
Canale page — barra azioni bulk (selezione tabella). null = nessuna
selezione attiva. Quando settata, il bottom mostra solo questa (priorità ).
Implementation
void setSelectionBar(Widget? bar) {
if (identical(_selectionBar, bar)) return;
_selectionBar = bar;
_notifySafely();
}