ImageSize

sealed interface ImageSize

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