OnSelectionChangedEvent constructor
OnSelectionChangedEvent({
- required int tabId,
- required OnSelectionChangedSelectInfo selectInfo,
Implementation
OnSelectionChangedEvent({
required this.tabId,
required this.selectInfo,
});