ViewBlock

inline fun <T> ViewBlock(argument: T, viewBlockFactory: (T) -> ViewBlock, defaultBlock: @Composable T.() -> Unit = {})