ahs method

BorderRadius ahs(
  1. num scale
)

Implementation

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