Back to Flet

CupertinoListTile

website/docs/controls/cupertinolisttile.md

0.85.0.dev3591 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 CupertinoListTile" />

Examples

Live example

Notched and non-notched list tiles

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

<Image src={frontMatter.example_media + '/notched.png'} alt="notched" width="60%" />

<ClassMembers name={frontMatter.class_name} />