Function zng_wgt_grid::column::is_odd
source ยท pub fn is_odd(child: impl UiNode, state: impl IntoVar<bool>) -> impl UiNode
Expand description
P
If the column index is odd.
Column index is zero-based, so the first column is_even
, the next one is odd.