menu
freedom_table package
documentation
types.dart
FreedomTableBodyCell
FreedomTableBodyCell constructor
FreedomTableBodyCell constructor
dark_mode
light_mode
FreedomTableBodyCell
constructor
FreedomTableBodyCell
(
{
int
colspan
=
1
,
int
rowspan
=
1
,
required
Widget
child
,
dynamic
data
,
})
Implementation
FreedomTableBodyCell({ this.colspan = 1, this.rowspan = 1, required this.child, this.data, });
freedom_table package
documentation
types
FreedomTableBodyCell
FreedomTableBodyCell constructor
FreedomTableBodyCell class