delegate property

  1. @protected
TextSelectionGestureDetectorBuilderDelegate delegate
final

The delegate for this TextSelectionGestureDetectorBuilder.

The delegate provides the builder with information about what actions can currently be performed on the text field. Based on this, the builder adds the correct gesture handlers to the gesture detector.

Typically implemented by a State of a widget that builds an EditableText.

Implementation

@protected
final TextSelectionGestureDetectorBuilderDelegate delegate;