border1 property

Border border1

Implementation

Border get border1 {
  return Border.fromBorderSide(BorderSide(color: this, width: 0.5));
}