uiImage

inline fun Container.uiImage(    size: Size = UI_DEFAULT_SIZE,     bitmap: BmpSlice = Bitmaps.transparent,     scaleMode: ScaleMode = ScaleMode.NO_SCALE,     contentAnchor: Anchor = Anchor.TOP_LEFT,     block: UIImage.() -> Unit = {}): UIImage