none property

BorderAttribute get none

Implementation

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