left8 static method

Border left8(
  1. Color color
)

Constructs a Border with a width of 8.0 for left direction

Implementation

static Border left8(Color color) {
  return Border(left: side8(color));
}