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 of text automatically.text- The text to display as attribution, styled with text_style.text_style- Style used to display the text.
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.