wschume
Results
1
issues of
wschume
**Description** When using a Chip control, the color is not displayed on Android. **Code example to reproduce the issue:** ```python import flet as ft def main(page: ft.Page): page.add(ft.SafeArea(ft.Chip(label=ft.Text("foo"), color="red"))) ft.app(target=main)...
flet-mobile-app
bug: regression