onDispose property
void Function()?
onDispose
final
A function that is called when the ValueBuilder is disposed.
Implementation
final void Function()? onDispose;
A function that is called when the ValueBuilder is disposed.
final void Function()? onDispose;