copyWith abstract method
Returns a copy of this OutlinedBorder that draws its outline with the
specified side, if side is non-null.
Implementation
@override
PathBorder copyWith({BorderSide? side, double? squash});
Returns a copy of this OutlinedBorder that draws its outline with the
specified side, if side is non-null.
@override
PathBorder copyWith({BorderSide? side, double? squash});