UIContextMenuConfiguration.castFromPointer constructor
UIContextMenuConfiguration.castFromPointer(})
Constructs a UIContextMenuConfiguration that wraps the given raw object pointer.
Implementation
UIContextMenuConfiguration.castFromPointer(
ffi.Pointer<objc.ObjCObject> other, {
bool retain = false,
bool release = false,
}) : this._(other, retain: retain, release: release);