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