cancel method

void cancel()

What happens when this menu is cancelled.

Implementation

void cancel() => onCancel?.call();