delegate property Null safety

TextSelectionGestureDetectorBuilderDelegate delegate
protected">@protectedfinal

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.

Implementation

@protected
final TextSelectionGestureDetectorBuilderDelegate delegate;