TextSourceAttribution
A text source attribution displayed on the Map.
For it to be displayed, it should be part of a
flet_map.RichAttribution.attributions list.
Inherits: SourceAttribution
Properties
prepend_copyright- Whether to add the '©' character to the start oftextautomatically.text- The text to display as attribution, styled withtext_style.text_style- Style used to display thetext.
Events
on_click- Fired when this attribution is clicked/pressed.
Properties
Events
on_clickclass-attributeinstance-attribute
on_click: Optional[ControlEventHandler[TextSourceAttribution]] = NoneFired when this attribution is clicked/pressed.