PilotResizableRemoteImage

data class PilotResizableRemoteImage(urlResolver: (width: Int?, height: Int?) -> String?, val placeholder: PilotImageResource? = null, val contentDescription: String? = null)

Constructors

Link copied to clipboard
constructor(urlResolver: (width: Int?, height: Int?) -> String?, placeholder: PilotImageResource? = null, contentDescription: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun url(width: Int? = null, height: Int? = null): String?