horiz2 static method

Border horiz2(
  1. Color color
)

Constructs a Border with a width of 2.0 for horizontal directions

Implementation

static Border horiz2(Color color) {
  return Border.symmetric(horizontal: side2(color));
}