renderSectionBlock method

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

Implementation

Widget renderSectionBlock(BuildContext context, block) {
  return widget.sectionParser.parse(block, context: context);
}