Function zng_wgt_grid::row::is_even

source ยท
pub fn is_even(child: impl UiNode, state: impl IntoVar<bool>) -> impl UiNode
Expand description

P If the row index is even.

Row index is zero-based, so the first row is even, the next is_odd.