horiz4 static method

Border horiz4(
  1. Color color
)

Constructs a Border with a width of 4.0 for horizontal directions

Implementation

static Border horiz4(Color color) {
  return Border.symmetric(horizontal: side4(color));
}