menu
editablegrid package
documentation
models/grid-cell.dart
Cell
setValue method
setValue method
dark_mode
light_mode
setValue
method
void
setValue
(
String
value
)
Sets a value for the cell.
Implementation
void setValue(String value) => this.textEditingController.text = value;
editablegrid package
documentation
models/grid-cell
Cell
setValue method
Cell class