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