all6 static method

Border all6(
  1. Color color
)

Constructs a Border with a width of 6.0 for all directions

Implementation

static Border all6(Color color) {
  return Border.fromBorderSide(side6(color));
}