vert10 static method

Border vert10(
  1. Color color
)

Constructs a Border with a width of 10.0 for vertical directions

Implementation

static Border vert10(Color color) {
  return Border.symmetric(vertical: side10(color));
}