layoutDidChange method Null safety
Notifies this delegate that layout of the container has changed.
Implementation
void layoutDidChange() {
_updateSelectionGeometry();
}
Notifies this delegate that layout of the container has changed.
void layoutDidChange() {
_updateSelectionGeometry();
}