Widget dangerAction(String label, VoidCallback onTap, {Color? color}) { return makeAction(label, onTap, color: color ?? ACTION_DANGER_COLOR); }