FastNavigationSplitViewBlocEvent<T extends FastItem> constructor
const
FastNavigationSplitViewBlocEvent<T extends FastItem> ({
- required FastNavigationSplitViewEventType type,
- T? item,
Implementation
const FastNavigationSplitViewBlocEvent({
required FastNavigationSplitViewEventType type,
T? item,
}) : super(type: type, payload: item);