vert8 static method

Border vert8(
  1. Color color
)

Constructs a Border with a width of 8.0 for vertical directions

Implementation

static Border vert8(Color color) {
  return Border.symmetric(vertical: side8(color));
}