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