all4 static method

Border all4(
  1. Color color
)

Constructs a Border with a width of 4.0 for all directions

Implementation

static Border all4(Color color) {
  return Border.fromBorderSide(side4(color));
}