onAlternative method
void
onAlternative()
Implementation
void onAlternative() {
Navigator.of(context).pop();
widget.onAlternativeAction?.call(_currentStatus);
}
void onAlternative() {
Navigator.of(context).pop();
widget.onAlternativeAction?.call(_currentStatus);
}