recognizerFactories property

Map<Type, GestureRecognizerFactory<GestureRecognizer>> recognizerFactories
final

Factory for creating GestureRecognizers that want to compete for gestures within the extent of the span.

If this span represents a row, a factory for a TapGestureRecognizer could for example be provided here to recognize taps within the bounds of the row.

The content of a cell takes precedence in handling pointer events. Next, the recognizers defined for the TableView.mainAxis, followed by the other Axis.

Implementation

final Map<Type, GestureRecognizerFactory> recognizerFactories;