aws method

BorderRadius aws(
  1. num scale
)

Implementation

BorderRadius aws(num scale) => copyWith(
      topLeft: topLeft.aws(scale),
      topRight: topRight.aws(scale),
      bottomLeft: bottomLeft.aws(scale),
      bottomRight: bottomRight.aws(scale),
    );