close method

void close(
  1. BuildContext context
)

Implementation

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