forChecked method

void forChecked(
  1. ForEach f
)

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

Implementation

void forChecked(ForEach f) => _forChecked(f);