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