Pudu programming language
Menu
API reference

Std.Ui.Layout.Alignment

1 declaration

type

Alignment

This declaration introduces a public type.

What it does

Where a child sits across its stack, or inside a layer.

Stretch gives a child without a fixed length the whole cross extent,

which is what an application column or toolbar wants; the other three keep

the child at its measured length.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.Ui.LayoutSearch related declarations