``` fun ViewManager.iconView(theme: Int = 0) = ico...
# anko
s
Copy code
fun ViewManager.iconView(theme: Int = 0) = iconView(theme) {}
inline fun ViewManager.iconView(theme: Int = 0, init: IconView.() -> Unit) = ankoView({ IconView(it) }, theme, init)