roundCorners method Null safety
- RoundCorners roundCorners
Implementation
Border roundCorners(RoundCorners roundCorners) {
_roundCorners = roundCorners;
return this;
}
Border roundCorners(RoundCorners roundCorners) {
_roundCorners = roundCorners;
return this;
}