roundCorners method

Border roundCorners(
  1. RoundCorners roundCorners
)

Implementation

Border roundCorners(RoundCorners roundCorners) {
  _roundCorners = roundCorners;
  return this;
}