isEditable property

bool isEditable
final

Whether this column is editable or not.

If true, the cells of this column will be editable. If false, the cells of this column will not be editable.

Default value is true.

Implementation

final bool isEditable;