IsTableBody constructor
const
IsTableBody({
- required List<
IsTableRow> isTableRow, - required ScrollPhysics bodyScrollPhysics,
- Key? key,
Implementation
const IsTableBody({
required this.isTableRow,
required this.bodyScrollPhysics,
Key? key,
}) : super(key: key);