FastNavigationSplitViewBlocEvent<T extends FastItem>.changed constructor

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

Implementation

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