Back to Flet

BottomSheet

website/docs/controls/bottomsheet.md

0.85.0.dev2737 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 BottomSheet" imageWidth="30%"/>

Examples

Live example

Basic example

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

<Image src={frontMatter.example_images + '/basic.gif'} width="40%" />

Fullscreen

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

<Image src={frontMatter.example_images + '/fullscreen.gif'} width="40%" />

<ClassMembers name={frontMatter.class_name} />