UiKitViewController class

Controls an iOS UIView.

Typically created with PlatformViewsService.initUiKitView.

Properties

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

Methods

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

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited