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