Android
public class Horizontal(public val bias: Float) : SpatialAlignment.Horizontal
Creates a weighted alignment that specifies a horizontal bias.
Parameters
| bias | Must be within the range of [-1, 1] with -1 being left and 1 being right. |
Functions
copy
public fun copy(bias: Float = this.bias): Horizontal