close method
Implementation
void close(BuildContext context) {
if (actionSheet.onClose != null) actionSheet.onClose!();
Navigator.of(context).pop();
}
void close(BuildContext context) {
if (actionSheet.onClose != null) actionSheet.onClose!();
Navigator.of(context).pop();
}