layoutDidChange method

void layoutDidChange()

Notifies this delegate that layout of the container has changed.

Implementation

void layoutDidChange() {
  _updateSelectionGeometry();
}