Back to Flet

BottomAppBar

website/docs/controls/bottomappbar.md

0.85.0.dev2788 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 BottomAppBar" imageWidth="50%" />

Examples

Live example

Notched FloatingActionButton

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

<Image src={frontMatter.example_images + '/notched_fab.png'} width="55%" />

Custom border radius

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

<Image src={frontMatter.example_images + '/border_radius.png'} width="55%" />

<ClassMembers name={frontMatter.class_name} />