addToBottomLeft method
Adds the specified value to the existing bottomLeft radius
Implementation
BorderRadius addToBottomLeft(double value) => copyWith(
bottomLeft: Radius.circular(bottomLeft.x + value),
);
Adds the specified value to the existing bottomLeft radius
BorderRadius addToBottomLeft(double value) => copyWith(
bottomLeft: Radius.circular(bottomLeft.x + value),
);