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