static BoxBorder all({ required String color, double width = 1, }) { return BoxBorder(color: color, width: width); }