RATableRowData constructor
RATableRowData({
- required List<
RATableCell> cells, - bool isSelected = false,
- bool isExpanded = false,
- bool isIndeterminate = false,
- Widget? child,
- List<
RATableRowData> ? children,
Implementation
RATableRowData({
required this.cells,
this.isSelected = false,
this.isExpanded = false,
this.isIndeterminate = false,
this.child,
this.children,
});