RenderInfo<T extends Renderinstruction> constructor

RenderInfo<T extends Renderinstruction>(
  1. T renderInstruction, {
  2. String? caption,
})

Implementation

RenderInfo(this.renderInstruction, {this.caption});