ThumbnailSizeChanged

data class ThumbnailSizeChanged(@IntRange(from = 1) val width: Int, @IntRange(from = 1) val height: Int) : ThumbnailBarEvent

Thumbnail dimensions changed.

Parameters

width

New width

height

New height

Constructors

Link copied to clipboard
constructor(@IntRange(from = 1) width: Int, @IntRange(from = 1) height: Int)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int