ensureChildUpdated abstract method

  1. @protected
void ensureChildUpdated(
  1. Selectable selectable
)

Ensures the selectable child has received up to date selection event.

This method is called when a new Selectable is added to the delegate, and its screen location falls into the previous selection.

Subclasses are responsible for updating the selection of this newly added Selectable.

Implementation

@protected
void ensureChildUpdated(Selectable selectable);