RenderInfoWay<T extends Renderinstruction> constructor

RenderInfoWay<T extends Renderinstruction>(
  1. WayProperties wayProperties,
  2. T renderInstruction, {
  3. String? caption,
})

Implementation

RenderInfoWay(this.wayProperties, super.renderInstruction, {super.caption});