Source set: Android
public class Vertical(@param:FloatRange(-1.0, 1.0) public val verticalBias: Float) :
SpatialAlignment.Vertical
Creates a weighted alignment that specifies a vertical bias.
Parameters
| verticalBias | Must be within the range of [-1, 1] with -1 being bottom and 1 being top. |
Functions
copy
public fun copy(bias: Float = this.verticalBias): Vertical