right8 static method

Border right8(
  1. Color color
)

Constructs a Border with a width of 8.0 for right direction

Implementation

static Border right8(Color color) {
  return Border(right: side8(color));
}