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