left0 static method

Border left0(
  1. Color color
)

Constructs a Border with a width of 0.0 for left direction

Implementation

static Border left0(Color color) {
  return Border(left: side0(color));
}