onSelect property
Invoked when a sidebar item is tapped. The /preview route wires this to
navigation; when null, selection updates local state only.
Implementation
final ValueChanged<PreviewEntry>? onSelect;
Invoked when a sidebar item is tapped. The /preview route wires this to
navigation; when null, selection updates local state only.
final ValueChanged<PreviewEntry>? onSelect;