ExpandableTableBody constructor

ExpandableTableBody({
  1. required ScrollController scrollController,
  2. required List<ExpandableTableRow> rows,
  3. required bool visibleScrollbar,
})

Implementation

ExpandableTableBody({
  required this.scrollController,
  required this.rows,
  required this.visibleScrollbar,
});