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