pub fn is_inited(child: impl IntoUiNode, state: impl IntoVar<bool>) -> UiNodeExpand 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.