menu
editablegrid package
documentation
models/grid-cell.dart
Cell
getValue method
getValue method
dark_mode
light_mode
getValue
method
String
getValue
(
)
Gets the current value of the cell.
Implementation
String getValue() => this.textEditingController.text;
editablegrid package
documentation
models/grid-cell
Cell
getValue method
Cell class