Rows and Cells
Default properties of rows
Rows should be passed as a List<PlutoRow> type to the rows property when creating a PlutoGrid.
It can also be passed as an empty list.
final List<PlutoRow> rows = [
PlutoRow(
cells: {
'id': PlutoCell(value: 'use...
pluto.weblaze.dev2 min read