initLazy

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

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