withTopRight method
Adds topRight radius and returns builder for chaining
Implementation
BorderRadiusBuilder withTopRight(double value) {
_topRight = value;
return this;
}
Adds topRight radius and returns builder for chaining
BorderRadiusBuilder withTopRight(double value) {
_topRight = value;
return this;
}