scope property

Scope scope

Return the current scope.

Scope instance created and related to the StatefulWidget instance in the widget tree.

Implementation

Scope get scope => _getOrCreateScope();