DarwinPlatformViewController class abstract
Base class for iOS and macOS view controllers.
View controllers are used to create and interact with the UIView or NSView underlying a platform view.
- Implementers
Constructors
- DarwinPlatformViewController(int id, TextDirection layoutDirection)
- Public default for subclasses to override.
Properties
Methods
-
acceptGesture(
) → Future< void> - Accept an active gesture.
-
dispose(
) → Future< void> - Disposes the view.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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