FlexDirection

The direction children items are placed inside the flex container, it determines the direction of the main axis (and the cross axis, perpendicular to the main axis).

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns true if this direction's main axis is horizontal.

Link copied to clipboard

Returns true if this direction's main axis is vertical.

Functions

Link copied to clipboard
open override fun toString(): String