You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
If page.design = ft.PageDesign.CUPERTINO CupertinoApp should be created.
If page.design = ft.PageDesign.ADAPTIVE CupertinoApp or MaterialApp should be created depending on page.platform value and adaptive property should be True for all child controls that don't have adaptive property set.
InesaFitsner
changed the title
CupertinoAppBar doesn't change color for the dark theme
Create page.design property with values Material (default), Cupertino, Adaptive
Feb 9, 2024
Description
If
page.design = ft.PageDesign.CUPERTINO
CupertinoApp should be created.If
page.design = ft.PageDesign.ADAPTIVE
CupertinoApp or MaterialApp should be created depending onpage.platform
value and adaptive property should be True for all child controls that don't have adaptive property set.Code example to reproduce the issue:
The text was updated successfully, but these errors were encountered: