AttributionStyleBuilder typedef

AttributionStyleBuilder = TextStyle Function(Set<Attribution> attributions)

Creates the desired TextStyle given the attributions associated with a span of text.

The attributions set may be empty.

Implementation

typedef AttributionStyleBuilder = TextStyle Function(Set<Attribution> attributions);