horiz6 static method

Border horiz6(
  1. Color color
)

Constructs a Border with a width of 6.0 for horizontal directions

Implementation

static Border horiz6(Color color) {
  return Border.symmetric(horizontal: side6(color));
}