Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/flet-dev/flet
/ Header
Function
Header
sdk/python/examples/apps/declarative/todo/main.py:208–217 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
206
207
@ft.component
208
def
Header():
209
return
ft.Row(
210
[
211
ft.Text(
212
value=
"Todos"
,
213
theme_style=ft.TextThemeStyle.HEADLINE_MEDIUM,
214
)
215
],
216
alignment=ft.MainAxisAlignment.CENTER,
217
)
218
219
220
@ft.component
Callers
1
TodoAppView
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected