DataRow.byIndex constructor Null safety
Implementation
const factory DataRow.byIndex({
int? index,
@Default(false) bool selected,
Callback? onSelect,
Callback? onDeselect,
Callback? onLongPress,
MaterialStateProperty? color,
required List<DataCell> cells,
}) = DataRowByIndex;