child_view_connection library

*<Null safety>*

Classes

ChildView

A widget that is replaced by content from another process. ...

ChildViewConnection

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

Typedefs

ChildViewConnectionCallback(ChildViewConnection connection) void
ChildViewConnectionStateCallback(ChildViewConnection connection, bool? newState) void