scopeStack property
Stack of currently-open scopes, innermost last. The innermost entry drives the active spinner line.
Implementation
final List<ActiveScope> scopeStack = [];
Stack of currently-open scopes, innermost last. The innermost entry drives the active spinner line.
final List<ActiveScope> scopeStack = [];