Sized

data class Sized(val width: Float, val height: Float) : ImageSize

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

Constructors

Link copied to clipboard
constructor(width: Float, height: Float)

Properties

Link copied to clipboard

the height to resize the image to

Link copied to clipboard

the width to resize the image to