TableSectionLayoutElement constructor

TableSectionLayoutElement({
  1. required String name,
  2. required List<StyledElement> children,
})

Implementation

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