TableRowData constructor
const
TableRowData({})
Creates table row data.
Implementation
const TableRowData({
this.key,
required this.cells,
this.actions,
this.selected = false,
this.className,
this.props = const {},
this.style = const {},
this.dartStyle,
});