blob: 0692cc2e6e27a1acd6220d7871d622575dd0d91c [file] [log] [blame] [view]
# onClose property
_VoidCallback onClose
_<span class="feature read / write">read / write</span>_
<p>Event for when the binding is closed.</p>
## Implementation
```dart
_VoidCallback? onClose;
```