onDismissed property

Function? onDismissed
final

Optional callback function that runs when the overlay is dismissed Useful for cleanup or state updates after the overlay closes

Implementation

final Function? onDismissed;