Back to Flet

AppBar

website/docs/controls/appbar.md

0.85.0.dev2871 B
Original Source

import {ClassMembers, ClassSummary, CodeExample, Image} from '@site/src/components/crocodocs';

<ClassSummary name={frontMatter.class_name} image={frontMatter.example_images + '/image_for_docs.png'} imageCaption="Basic AppBar" imageWidth="65%" />

Examples

Live example

Actions and Popup Menu

<CodeExample path={frontMatter.examples + '/actions_and_popup_menu/main.py'} language="python" />

<Image src={frontMatter.example_images + '/app_bar_flow.gif'} alt="actions-and-popup-menu" width="55%" />

Theme and Material Mode Toggles

<CodeExample path={frontMatter.examples + '/theme_mode_toggle/main.py'} language="python" />

<Image src={frontMatter.example_images + '/theme_mode_toggle_flow.gif'} alt="theme-and-material-mode-toggles" width="55%" />

<ClassMembers name={frontMatter.class_name} />