horiz8 static method

Border horiz8(
  1. Color color
)

Constructs a Border with a width of 8.0 for horizontal directions

Implementation

static Border horiz8(Color color) {
  return Border.symmetric(horizontal: side8(color));
}