We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
title
To put the title of each page in a simpler and more visually understandable way.
Example:
@app.page(route="/", title='Flet-Easy') def index_page(data: fs.Datasy): return ft.View( route="/", controls=[ ft.Text("Home page"), ], vertical_alignment=ft.MainAxisAlignment.CENTER, horizontal_alignment=ft.CrossAxisAlignment.CENTER, )
The text was updated successfully, but these errors were encountered:
Add title parameter (#5)
fd45bce
Daxexs
No branches or pull requests
To put the title of each page in a simpler and more visually understandable way.
Example:
The text was updated successfully, but these errors were encountered: