is_odd

Function is_odd 

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

P If the child index is odd.

Child index is zero-based, so the first is_even, the next one is odd.