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