dispose property

dynamic Function(BindElement<T> state)? dispose
final

Callback function that is called when the widget is disposed.

Implementation

final Function(BindElement<T> state)? dispose;