handleCancelTap method

void handleCancelTap()

Implementation

void handleCancelTap() {
  widget.onCancel?.call(_currentStatus);
  Navigator.of(context).pop();
}