FastNavigationSplitViewBlocEvent<T extends FastItem>.changed constructor
const
FastNavigationSplitViewBlocEvent<T extends FastItem>.changed (
- T? item
Implementation
const FastNavigationSplitViewBlocEvent.changed(T? item)
: this(
type: FastNavigationSplitViewEventType.changed,
item: item,
);