ImageSourceAttribution
An image attribution permanently displayed adjacent to the
open/close icon of a RichAttribution control.
For it to be displayed, it should be part of a
flet_map.RichAttribution.attributions list.
Inherits: SourceAttribution
Properties
Events
on_click- Fired when this attribution is clicked/pressed.
Properties
heightclass-attributeinstance-attribute
height: Number = 24.0The height of the image.
Should be the same as flet_map.RichAttribution.permanent_height,
otherwise layout issues may occur.
Events
on_clickclass-attributeinstance-attribute
on_click: Optional[ControlEventHandler[ImageSourceAttribution]] = NoneFired when this attribution is clicked/pressed.