setValue method

void setValue(
  1. String value
)

Sets a value for the cell.

Implementation

void setValue(String value) => this.textEditingController.text = value;