menu
geniuslink_design_system package
documentation
design_system/components/data/editable_table_models.dart
CellRef
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
CellRef
copyWith
(
{
int
?
row
,
int
?
col
,
})
Implementation
CellRef copyWith({int? row, int? col}) => CellRef(row ?? this.row, col ?? this.col);
geniuslink_design_system package
documentation
design_system/components/data/editable_table_models
CellRef
copyWith method
CellRef class