blob: fd12a4cb91efa5444d646b58652c10a0d46dde43 [file] [log] [blame] [view]
# onUnbind property
_VoidCallback onUnbind
_read / write_
<p>Event for unbinding.</p>
## Implementation
```dart
_VoidCallback? onUnbind;
```