all0 static method

Border all0(
  1. Color color
)

Constructs a Border with a width of 0.0 for all directions

Implementation

static Border all0(Color color) {
  return Border.fromBorderSide(side0(color));
}