forTopChecked method

void forTopChecked(
  1. ForEach f
)

對所有被選中的頂層節點調用函數 f

Implementation

void forTopChecked(ForEach f) => _forTopChecked(f);