FastNavigationSplitViewBlocEvent<T extends FastItem>.changed constructor

FastNavigationSplitViewBlocEvent<T extends FastItem>.changed(
  1. T? item
)

Implementation

FastNavigationSplitViewBlocEvent.changed(T? item)
    : this(
        type: FastNavigationSplitViewEventType.changed,
        item: item,
      );