onDismissed property
Optional callback function that runs when the overlay is dismissed Useful for cleanup or state updates after the overlay closes
Implementation
final Function? onDismissed;
Optional callback function that runs when the overlay is dismissed Useful for cleanup or state updates after the overlay closes
final Function? onDismissed;