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