vert4 static method

Border vert4(
  1. Color color
)

Constructs a Border with a width of 4.0 for vertical directions

Implementation

static Border vert4(Color color) {
  return Border.symmetric(vertical: side4(color));
}