Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 835 Bytes

File metadata and controls

22 lines (14 loc) · 835 Bytes
class_name flet.Stack
examples controls/core/stack
example_images test-images/examples/controls/core/golden/macos/stack
title Stack

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

<ClassSummary name={frontMatter.class_name} image={frontMatter.example_images + '/image_for_docs.png'} imageCaption="Stack" />

Examples

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

<Image src={frontMatter.example_images + '/online_avatar.png'} alt="online-avatar" width="8%" />

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

<Image src={frontMatter.example_images + '/absolute_positioning.png'} alt="absolute-positioning" width="20%" />