right4 static method

Border right4(
  1. Color color
)

Constructs a Border with a width of 4.0 for right direction

Implementation

static Border right4(Color color) {
  return Border(right: side4(color));
}