dispose property

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

A callback function that is called when the widget is disposed.

Implementation

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