all10 static method

Border all10(
  1. Color color
)

Constructs a Border with a width of 10.0 for all directions

Implementation

static Border all10(Color color) {
  return Border.fromBorderSide(side10(color));
}