selectionEnabled property

bool selectionEnabled

Same as enableInteractiveSelection.

This getter exists primarily for consistency with RenderEditable.selectionEnabled.

Implementation

bool get selectionEnabled => enableInteractiveSelection;