RenderInfoNode<T extends Renderinstruction> constructor

RenderInfoNode<T extends Renderinstruction>(
  1. NodeProperties nodeProperties,
  2. T renderinstruction, {
  3. double rotateRadians = 0,
  4. String? caption,
})

Implementation

RenderInfoNode(this.nodeProperties, T renderinstruction, {this.rotateRadians = 0, super.caption}) : super(renderinstruction);