forEachComponent method
- void callback(
- Component
Implementation
void forEachComponent(void Function(Component) callback) =>
_components.forEach(callback);
void forEachComponent(void Function(Component) callback) =>
_components.forEach(callback);