Fixed

data class Fixed(@FloatRange(from = 0.0) val width: Float, @FloatRange(from = 0.0) val height: Float) : Placeholder.Image.Size

Determines the size of the image with a fixed dp value.

Constructors

Link copied to clipboard
constructor(@FloatRange(from = 0.0) width: Float, @FloatRange(from = 0.0) height: Float)

Properties

Link copied to clipboard

The height of the image in dp.

Link copied to clipboard

The width of the image in dp.