scopeContext property

Scope scopeContext

Return the current scope of the StatefulWidget from the State class.

Implementation

Scope get scopeContext => currentScope;