Widget makeAction(String label, VoidCallback onTap) { return label.stadiumOutlinedButton(onTap).constrainedBox(minWidth: ACTION_MIN_WIDTH); }