indexTreeSet property
every VisibilityDetector
's child which is visible will be kept with indexTreeSet
Implementation
final indexTreeSet = SplayTreeSet<int>((a, b) => a - b);
every VisibilityDetector
's child which is visible will be kept with indexTreeSet
final indexTreeSet = SplayTreeSet<int>((a, b) => a - b);