Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.16 KB

File metadata and controls

30 lines (18 loc) · 1.16 KB
class_name flet.Row
examples controls/core/row
example_images test-images/examples/controls/core/golden/macos/row
title Row

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

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

Examples

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

<Image src={frontMatter.example_images + '/row_spacing_adjustment.gif'} alt="spacing" width="70%" />

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

<Image src={frontMatter.example_images + '/wrap_adjustment.gif'} alt="wrap" width="70%" />

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

<Image src={frontMatter.example_images + '/alignment.png'} alt="alignment" width="28%" />

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

<Image src={frontMatter.example_images + '/vertical_alignment.png'} alt="vertical-alignment" width="23%" />