InteractiveTextStartBoundaryPredicate typedef

InteractiveTextStartBoundaryPredicate = bool Function(String text, int triggerStart)

Decides whether a trigger may begin at a source offset.

Implementation

typedef InteractiveTextStartBoundaryPredicate =
    bool Function(String text, int triggerStart);