onChanged property
Callback invoked when the user changes column visibility.
The callback receives the updated list of HeaderColumns reflecting the new visibility states.
Implementation
final ValueChanged<List<HeaderColumn>> onChanged;
Callback invoked when the user changes column visibility.
The callback receives the updated list of HeaderColumns reflecting the new visibility states.
final ValueChanged<List<HeaderColumn>> onChanged;