flet-dev / flet

Flet enables developers to easily build realtime web, mobile and desktop apps in Python. No frontend experience required.
https://flet.dev
Apache License 2.0
11.55k stars 452 forks source link

feat: expose more `Theme` properties #4278

Closed ndonkoHenri closed 2 weeks ago

ndonkoHenri commented 3 weeks ago

Summary by Sourcery

Expose additional properties in the Theme class, including new color scheme options and a predictive page transition. Enhance theme classes with post-initialization checks and refactor color handling to use ColorValue. Introduce a new DropdownMenuTheme class and improve the SliderControl component.

New Features:

Enhancements:

ndonkoHenri commented 3 weeks ago

@sourcery-ai review