right0 static method

Border right0(
  1. Color color
)

Constructs a Border with a width of 0.0 for right direction

Implementation

static Border right0(Color color) {
  return Border(right: side0(color));
}