isRoot property
bool
get
isRoot
Whether at the root (interactive) context.
Implementation
bool get isRoot => _stack.length == 1;
Whether at the root (interactive) context.
bool get isRoot => _stack.length == 1;