UiKitViewController class
Controls an iOS UIView.
Typically created with PlatformViewsService.initUiKitView.
Properties
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