IsTableBody constructor

const IsTableBody({
  1. required List<IsTableRow> isTableRow,
  2. required ScrollPhysics bodyScrollPhysics,
  3. Key? key,
})

Implementation

const IsTableBody({
  required this.isTableRow,
  required this.bodyScrollPhysics,
  Key? key,
}) : super(key: key);