delegate property

The delegate for this ExtendedTextSelectionGestureDetectorBuilder.

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

Implementation

@protected
final ExtendedTextSelectionGestureDetectorBuilderDelegate delegate;