r property
      
      BorderRadius
      get
      r
      
    
    
Creates adapt BorderRadius using r SizeExtension.
Implementation
BorderRadius get r => copyWith(
      bottomLeft: bottomLeft.r,
      bottomRight: bottomRight.r,
      topLeft: topLeft.r,
      topRight: topRight.r,
    );