FastNavigationSplitViewBlocEvent<T extends FastItem> constructor

const FastNavigationSplitViewBlocEvent<T extends FastItem>({
  1. required FastNavigationSplitViewEventType type,
  2. T? item,
})

Implementation

const FastNavigationSplitViewBlocEvent({
  required FastNavigationSplitViewEventType type,
  T? item,
}) : super(type: type, payload: item);