none property

Implementation

static BorderAttribute get none {
  return BorderAttribute.all(BorderSideAttribute.none);
}