selectionEnabled property

  1. @override
bool selectionEnabled

Whether the user may select text in the textfield.

Implementation

@override
bool get selectionEnabled => configurations.enableInteractiveSelection;