scopeStack property

List<ActiveScope> scopeStack
final

Stack of currently-open scopes, innermost last. The innermost entry drives the active spinner line.

Implementation

final List<ActiveScope> scopeStack = [];