editableKeys property

bool editableKeys
final

Whether a row's key input accepts edits. false means the cell renders as plain text — the input affordance is absent, not disabled — see KeyValueFieldWidget. The value itself always shows; only the control that would let a user change it goes away.

Implementation

final bool editableKeys;