styleWithShape static method
styleWithShape:
Implementation
static UIPointerStyle styleWithShape(UIShape? shape$1) {
objc.checkOsVersionInternal('UIPointerStyle.styleWithShape:', iOS: (false, (17, 0, 0)));
final _ret = _objc_msgSend_1sotr3r(_class_UIPointerStyle, _sel_styleWithShape_, shape$1?.ref.pointer ?? ffi.nullptr);
return UIPointerStyle.castFromPointer(_ret, retain: true, release: true);
}