shapeWithRoundedRect$1 static method

UIPointerShape shapeWithRoundedRect$1(
  1. CGRect rect, {
  2. required double cornerRadius,
})

shapeWithRoundedRect:cornerRadius:

Implementation

static UIPointerShape shapeWithRoundedRect$1(objc.CGRect rect, {required double cornerRadius}) {
objc.checkOsVersionInternal('UIPointerShape.shapeWithRoundedRect:cornerRadius:', iOS: (false, (13, 4, 0)));
  final _ret = _objc_msgSend_1k439hd(_class_UIPointerShape, _sel_shapeWithRoundedRect_cornerRadius_, rect, cornerRadius);
  return UIPointerShape.castFromPointer(_ret, retain: true, release: true);
}