copyWith abstract method

OutlinedBorder copyWith({
  1. BorderSide? side,
})

Returns a copy of this OutlinedBorder that draws its outline with the specified side, if side is non-null.

Implementation

OutlinedBorder copyWith({ BorderSide? side });