attributions property

List<SourceAttribution> attributions
final

List of attributions to display

TextSourceAttributions are shown in a popup box (toggled by a tap/click on the openButton/closeButton), unlike LogoSourceAttribution, which are visible permanently adjacent to the open/close button.

Implementation

final List<SourceAttribution> attributions;