didChangeSelectables method Null safety

  1. @protected
  2. @mustCallSuper
void didChangeSelectables()
mustCallSuper">@mustCallSuperprotected">@protected

Called when this delegate finishes updating the selectables.

Implementation

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