shape property

UIShape? get shape

shape

Implementation

UIShape? get shape {
objc.checkOsVersionInternal('UIHoverStyle.shape', iOS: (false, (17, 0, 0)));
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_shape);
  return _ret.address == 0 ? null : UIShape.castFromPointer(_ret, retain: true, release: true);
}
set shape (UIShape? value)

setShape:

Implementation

set shape(UIShape? value) {
objc.checkOsVersionInternal('UIHoverStyle.setShape:', iOS: (false, (17, 0, 0)));
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_setShape_, value?.ref.pointer ?? ffi.nullptr);

}