Widget cancelAction(String label, {Color? color}) { return makeAction(label, () => globalContext.maybePop(), color: color); }