Function zng_wgt_stack::children_align
source · pub fn children_align(align: impl IntoVar<Align>)
Expand description
c
Items alignment.
The items are aligned along axis that don’t change, as defined by the direction
.
The default is FILL
.
§Capture-Only
This property is capture-only, it only defines a property signature, it does not implement any behavior by itself. Widgets can capture and implement this property as part of their intrinsics, otherwise it will have no effect if set on a widget that does not implement it.