menu
fml package
documentation
widgets/table/table_row_model.dart
TableRowModel
cell method
cell method
dark_mode
light_mode
cell
method
TableRowCellModel
?
cell
(
int
index
)
Implementation
TableRowCellModel? cell(int index) => index >= 0 && index < cells.length ? cells[index] : null;
fml package
documentation
widgets/table/table_row_model
TableRowModel
cell method
TableRowModel class