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