dispose property
Callback function that is called when the widget is disposed.
Implementation
final Function(BindElement<T> state)? dispose;
Callback function that is called when the widget is disposed.
final Function(BindElement<T> state)? dispose;