internal library
Internal API which should only be used internally, by package:explo
.
Classes
- RenderObjectData
- Data of a RenderObject and its children, that is used to render the render tree in 3D.
Constants
- getRenderTreeMethod → const String
- Name of the service extension method to get the current render tree.
- renderTreeChangedEvent → const String
- Name of the service extension event that is posted when the render tree changes.
- updateRenderTreeChangeListenersMethod → const String
- Name of the service extension method to update the count of current render tree change listeners.
Functions
-
renderTreeFromJson(
Map< String, dynamic> ? json) → RenderObjectData? -
renderTreeToJson(
RenderObjectData? data) → Map< String, Object?>