FreedomTableBodyCells constructor
const
FreedomTableBodyCells({
- Key? key,
- required List<
List< rows,FreedomTableBodyCell> > - void bodyCellOnTap()?,
- void bodyCellOnSecondaryTap()?,
- required ScrollController verticalScrollController,
- required ScrollController horizontalScrollController,
Implementation
const FreedomTableBodyCells({
super.key,
required this.rows,
this.bodyCellOnTap,
this.bodyCellOnSecondaryTap,
required this.verticalScrollController,
required this.horizontalScrollController,
});