Icon
Displays a Material icon.
Examples
Icons of different colors and sizes
python/controls/information-displays/icon/icons-example.py
loading...

Properties
color
Icon color.
name
The name of the icon. You can search through the list of all available icons using open-source Icons browser app written in Flet.
semantics_label
The semantics label for this icon. It is not shown to the in the UI, but is announced in accessibility modes (e.g TalkBack/VoiceOver).
size
The icon's size.
Defaults to 24
.
tooltip
The text displayed when hovering a mouse over the Icon.