disposeCallback property

(void Function(BuildContext context, StateSetter setState)?) disposeCallback
final

The callback that will be invoked when State.dispose is called.

Implementation

final void Function(BuildContext context, StateSetter setState)? disposeCallback;