editableInline property

bool get editableInline

Implementation

bool get editableInline =>
    !isReadOnly &&
    (type == EditableColumnType.text ||
        type == EditableColumnType.number ||
        type == EditableColumnType.date);