*<Null safety>*
A widget that is replaced by content from another process.
Requires a MediaQuery
ancestor to provide appropriate media information to
the child.
Annotations
- @immutable
Constructors
ChildView ({required ChildViewConnection connection, bool hitTestable: true, bool focusable: true})
Creates a widget that is replaced by content from another process.
Properties
connection → ChildViewConnection
A connection to the child whose content will replace this widget.
final
focusable → bool
Whether this child and its children should be allowed to receive focus. ...
final
hashCode → int
The hash code for this object. ...
read-only, inherited
hitTestable → bool
Whether this child should be included during hit testing. ...
final
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
Methods
createRenderObject(dynamic context) dynamic
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
updateRenderObject(dynamic context, dynamic renderObject) void
Operators
operator ==(Object other) bool
The equality operator. ...
inherited