InheritedMediatorElement<TModel extends Pub> constructor

InheritedMediatorElement<TModel extends Pub>(
  1. InheritedMediator<TModel> widget
)

Creates an element that uses the given widget as its configuration.

Implementation

InheritedMediatorElement(InheritedMediator<TModel> widget) : super(widget);