TableSectionLayoutElement constructor

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

Implementation

TableSectionLayoutElement({
  required super.name,
  required super.children,
});