onClose property
dynamic Function()?
get
onClose
Implementation
Function()? get onClose => _onClose;
set
onClose
(dynamic value()?)
Implementation
set onClose(Function()? value) {
_onClose = value;
}