ScopeWidgetContext constructor

ScopeWidgetContext(
  1. Widget widgetScopeSource,
  2. Scope scope
)

Implementation

ScopeWidgetContext(
  this.widgetScopeSource,
  this.scope,
);