vert2 static method

Border vert2(
  1. Color color
)

Constructs a Border with a width of 2.0 for vertical directions

Implementation

static Border vert2(Color color) {
  return Border.symmetric(vertical: side2(color));
}