addLater property

All the children that has been queued to be added to the component set.

Implementation

UnmodifiableListView<Component> get addLater {
  return UnmodifiableListView<Component>(_addLater);
}