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