autoEditing property

  1. @override
bool autoEditing
inherited

Automatically set to editing state when cell is selected.

Implementation

@override
bool get autoEditing =>
    _state._autoEditing || currentColumn?.enableAutoEditing == true;