left4 static method

Border left4(
  1. Color color
)

Constructs a Border with a width of 4.0 for left direction

Implementation

static Border left4(Color color) {
  return Border(left: side4(color));
}