right6 static method

Border right6(
  1. Color color
)

Constructs a Border with a width of 6.0 for right direction

Implementation

static Border right6(Color color) {
  return Border(right: side6(color));
}