none property

Implementation

static BorderSideAttribute get none {
  return BorderSideAttribute(
    color: _defaults.color,
    width: _defaults.width,
    style: _defaults.style,
  );
}