SegmentedButtonTheme
Customizes the appearance of SegmentedButton controls across the app.
Properties
selected_icon- Overrides the default value for flet.SegmentedButton.selected_icon.style- Overrides the default value for flet.SegmentedButton.style.
Properties
selected_iconclass-attributeinstance-attribute
selected_icon: Optional[IconData] = NoneOverrides the default value for flet.SegmentedButton.selected_icon.
styleclass-attributeinstance-attribute
style: Optional[ButtonStyle] = NoneOverrides the default value for flet.SegmentedButton.style.