blob: d3c0b74fd3c4d9aba94737fd4e5aff7eee18cc67 [file] [log] [blame] [view]
# onUnbind property
_VoidCallback onUnbind
_<span class="feature">read / write</span>_
<p>Event for unbinding.</p>
## Implementation
```dart
_VoidCallback? onUnbind;
```