is_inited

Function is_inited 

Source
pub fn is_inited(child: impl IntoUiNode, state: impl IntoVar<bool>) -> UiNode
Expand description

P If the widget has been initialized.

The state is set to true on init and to false on deinit. This property is useful for declaring transition animations that play on init using when blocks.