AttributionBoundsBuilder typedef

AttributionBoundsBuilder = Widget? Function(BuildContext context, Attribution attribution)

Builder that (optionally) returns a widget that positioned at the size and location of attributed text.

Implementation

typedef AttributionBoundsBuilder = Widget? Function(BuildContext context, Attribution attribution);