add method
Marked as internal, because the users shouldn't be able to add elements into the ComponentSet directly, bypassing the normal lifecycle handling.
Implementation
@internal
@override
bool add(Component component) => super.add(component);
Marked as internal, because the users shouldn't be able to add elements into the ComponentSet directly, bypassing the normal lifecycle handling.
@internal
@override
bool add(Component component) => super.add(component);