DropdownTheme
Customizes the appearance of Dropdown across the app.
Properties
menu_style- Overrides the default value for flet.Dropdown.menu_style.text_style- Overrides the default value for flet.Dropdown.text_style.
Properties
menu_styleclass-attributeinstance-attribute
menu_style: Optional[MenuStyle] = NoneOverrides the default value for flet.Dropdown.menu_style.
text_styleclass-attributeinstance-attribute
text_style: Optional[TextStyle] = NoneOverrides the default value for flet.Dropdown.text_style.