vert0 static method

Border vert0(
  1. Color color
)

Constructs a Border with a width of 0.0 for vertical directions

Implementation

static Border vert0(Color color) {
  return Border.symmetric(vertical: side0(color));
}