TextRenderNode constructor

TextRenderNode(
  1. int id,
  2. String className,
  3. RenderTree root,
  4. ControllerManager controllerManager,
  5. VoltronMap? props,
)

Implementation

TextRenderNode(
  int id,
  String className,
  RenderTree root,
  ControllerManager controllerManager,
  VoltronMap? props,
) : super(id, className, root, controllerManager, props);