ScopeWidgetExtension<T extends StatefulWidget> extension

Extension that provides the currentScope for the State class. Instead of using `widget.scope.get() use currentScope.get().

on

Properties

currentScope → Scope
Return the current scope of the StatefulWidget from the State class.
no setter
scopeContext → Scope
Return the current scope of the StatefulWidget from the State class.
no setter