initLazy

fun initLazy(block: suspend () -> Flow<P>): FunctionalComponentStateProperty<P>

Adds a callback that will initialize the property when it is accessed for the first time.