isActive property

bool isActive

Implementation

bool get isActive => parent == null || parent?._activeChild == this;