MCPcopy
hub / github.com/flet-dev/flet / Header

Function Header

sdk/python/examples/apps/studio_gallery/todo.py:68–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67@ft.component
68def Header():
69 return ft.Row(
70 [
71 ft.Text(
72 value="Todos",
73 theme_style=ft.TextThemeStyle.HEADLINE_MEDIUM,
74 )
75 ],
76 alignment=ft.MainAxisAlignment.CENTER,
77 )
78
79
80@ft.component

Callers 1

AppFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected