UiKitViewController class Null safety

Controls an iOS UIView.

Typically created with PlatformViewsService.initUiKitView.

Properties

hashCode int
The hash code for this object.
read-onlyinherited
id int
The unique identifier of the iOS view controlled by this controller.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

acceptGesture() Future<void>
Accept an active gesture.
dispose() Future<void>
Disposes the view.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
rejectGesture() Future<void>
Rejects an active gesture.
setLayoutDirection(TextDirection layoutDirection) Future<void>
Sets the layout direction for the iOS UIView.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited