vert6 static method

Border vert6(
  1. Color color
)

Constructs a Border with a width of 6.0 for vertical directions

Implementation

static Border vert6(Color color) {
  return Border.symmetric(vertical: side6(color));
}