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