renderImageBlock method

Widget renderImageBlock(
  1. BuildContext context,
  2. dynamic block
)

Implementation

Widget renderImageBlock(BuildContext context, block) {
  return widget.imageParser.parse(block, context: context);
}