r property

Creates adapt BorderRadius using r SizeExtension.

Implementation

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