Function

LayoutDirection

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

LayoutDirection

Source set: 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

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

Last updated: