aw property

BorderRadius get aw

Creates adapt BorderRadius using r NumExt.

Implementation

BorderRadius get aw => copyWith(
      topLeft: topLeft.aw,
      topRight: topRight.aw,
      bottomLeft: bottomLeft.aw,
      bottomRight: bottomRight.aw,
    );