buildContentSection method
Implementation
Widget buildContentSection(SectionData section) {
return Expanded(
flex: section.options.flex,
child: _buildContent(section.content, section.options),
);
}
Widget buildContentSection(SectionData section) {
return Expanded(
flex: section.options.flex,
child: _buildContent(section.content, section.options),
);
}