MutableDimensions
data class MutableDimensions(var startDp: Float, var topDp: Float, var endDp: Float, var bottomDp: Float) : Dimensions
An implementation of Dimensions whose every property is mutable.
Constructors
Functions
Link copied to clipboard
Updates these MutableDimensions to match the provided Dimensions.
Sets a common value for each coordinate.
fun set(startDp: Float = 0.0f, topDp: Float = 0.0f, endDp: Float = 0.0f, bottomDp: Float = 0.0f): MutableDimensions
Updates the coordinates to the provided values.
Link copied to clipboard
Link copied to clipboard