bottomRad property
BorderRadiusBuilder
get
bottomRad
Implementation
BorderRadiusBuilder get bottomRad {
_bottomLeft = _bottomLeft > 0 ? _bottomLeft : 0;
_bottomRight = _bottomRight > 0 ? _bottomRight : 0;
return this;
}