left6 static method

Border left6(
  1. Color color
)

Constructs a Border with a width of 6.0 for left direction

Implementation

static Border left6(Color color) {
  return Border(left: side6(color));
}