Expand description
Which way the interface reads.
Layout direction is what turns “start” and “end” into “left” and “right”. It is a composition local rather than a global so a screen can pin a direction — a code block, a phone number, a language picker — without reversing the rest of the interface with it.
Enums§
- Layout
Direction - Which side of the interface is the start.
Functions§
- Provide
Layout Direction - Runs
contentindirection. - layout_
direction - The layout direction in force here.
- local_
layout_ direction - The
CompositionLocalcarrying the current layout direction.