didChangeSelectables method

  1. @protected
  2. @mustCallSuper
void didChangeSelectables()

Called when this delegate finishes updating the selectables.

Implementation

@protected
@mustCallSuper
void didChangeSelectables() {
  _updateSelectionGeometry();
}