styleWithShape static method

UIHoverStyle styleWithShape(
  1. UIShape? shape$1
)

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);
}