all8 static method

Border all8(
  1. Color color
)

Constructs a Border with a width of 8.0 for all directions

Implementation

static Border all8(Color color) {
  return Border.fromBorderSide(side8(color));
}