Function

LayoutDirection

A [DeviceConfigurationOverride] that overrides the layout direction for the contained content.

LayoutDirection

Common
expect fun DeviceConfigurationOverride.Companion.LayoutDirection(
    layoutDirection: LayoutDirection
): DeviceConfigurationOverride

A DeviceConfigurationOverride that overrides the layout direction for the contained content.

Parameters

layoutDirection the LayoutDirection to use for the content under test.

Returns

a DeviceConfigurationOverride that specifies the layout direction for the content under test.

LayoutDirection

Android
actual fun DeviceConfigurationOverride.Companion.LayoutDirection(
    layoutDirection: LayoutDirection
): DeviceConfigurationOverride