ImageSize

sealed interface ImageSize

Deprecated

This feature has been deprecated. It is recommended to use Compose Multiplatform instead.

The size to use for a ButtonImage

Inheritors

Types

Link copied to clipboard
data object Intrinsic : ImageSize

An ImageSize that uses the size of the image without resizing

Link copied to clipboard
data class Sized(val width: Float, val height: Float) : ImageSize

An ImageSize that resizes a ButtonImage to a given width and height