menu
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental.dart
TableRow
cells property
cells property
dark_mode
light_mode
cells
property
List
<
TableCell
>
cells
final
The cells contained in this row.
Implementation
final List<TableCell> cells;
tf_shadcn_flutter package
documentation
shadcn_flutter_experimental
TableRow
cells property
TableRow class