TableSectionLayoutElement constructor
TableSectionLayoutElement({
- required String name,
- required List<
StyledElement> children,
Implementation
TableSectionLayoutElement({
required super.name,
required super.children,
});