horiz0 static method

Border horiz0(
  1. Color color
)

Constructs a Border with a width of 0.0 for horizontal directions

Implementation

static Border horiz0(Color color) {
  return Border.symmetric(horizontal: side0(color));
}