static Border top({Color? color, double? width}) { return Border( top: side(color: color, width: width), ); }