Compose Unstyled 2.0 is out! Check the official announcement blog ->
Class

SpatialBiasAlignment.Horizontal

Creates a weighted alignment that specifies a horizontal bias.

Source set: Android
public class Horizontal(@param:FloatRange(-1.0, 1.0) public val horizontalBias: Float) :
        SpatialAlignment.Horizontal

Creates a weighted alignment that specifies a horizontal bias.

Parameters

horizontalBias Must be within the range of [-1, 1] with -1 being start and 1 being end.

Functions

copy

public fun copy(bias: Float = this.horizontalBias): Horizontal

Last updated: