toWidget method

  1. @override
Widget toWidget(
  1. RenderContext context
)
override

Implementation

@override
Widget toWidget(RenderContext context) {
  return SvgPicture.string(
    data,
    key: AnchorKey.of(context.parser.key, this),
    width: width,
    height: height,
  );
}