AttributionBoundsSelector typedef

AttributionBoundsSelector = bool Function(Attribution attribution)

Filter function that decides whether the text with the given attribution should have a widget boundary placed around it.

Implementation

typedef AttributionBoundsSelector = bool Function(Attribution attribution);