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