copyWith abstract method
- 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});
Returns a copy of this OutlinedBorder that draws its outline with the
specified side, if side is non-null.
OutlinedBorder copyWith({BorderSide? side});