fuchsia_view library

*<Null safety>*

Classes

FuchsiaView

A widget that is replaced by content from another process.

FuchsiaViewConnection

Defines a thin wrapper around FuchsiaViewController. ...

FuchsiaViewController

A connection to a fuchsia view. It can be used to construct a FuchsiaView widget that will display the view's contents on their own layer.

Typedefs

FuchsiaPointerEventsCallback(FuchsiaViewController, dynamic) Future<void>

Defines a callback to receive pointer events for the embedded view.

FuchsiaViewConnectionCallback(FuchsiaViewController connection) void

Defines a callback to receive view connected and disconnected event.

FuchsiaViewConnectionStateCallback(FuchsiaViewController connection, bool? newState) void

Defines a callback to receive view state changed event.