currentScope property

Scope currentScope

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

Implementation

Scope get currentScope {
  return widget.scope;
}