ImageOption

data class ImageOption(val type: ImageType, val limit: Int, val minWidth: Int)

Constructors

Link copied to clipboard
constructor(type: ImageType, limit: Int, minWidth: Int)

Properties

Link copied to clipboard
val limit: Int

The limit.

Link copied to clipboard

The minimum width.

Link copied to clipboard

The type.