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