RenderInfoNode<T extends Renderinstruction> constructor
RenderInfoNode<T extends Renderinstruction> (
- NodeProperties nodeProperties,
- T renderinstruction, {
- double rotateRadians = 0,
- String? caption,
Implementation
RenderInfoNode(this.nodeProperties, T renderinstruction, {this.rotateRadians = 0, super.caption}) : super(renderinstruction);