onClose property
dynamic Function(dynamic)?
onClose
final
Callback invoked when the sheet is closed.
Receives the result passed to Navigator.pop
.
Implementation
final Function(dynamic)? onClose;