all2 static method

Border all2(
  1. Color color
)

Constructs a Border with a width of 2.0 for all directions

Implementation

static Border all2(Color color) {
  return Border.fromBorderSide(side2(color));
}