Stack of up to 128 overlaid Views in a tuple. Each item can be a different view type.
(children: VT)
| 348 | |
| 349 | /// Stack of up to 128 overlaid Views in a tuple. Each item can be a different view type. |
| 350 | pub fn zstack<VT: ViewTuple + 'static>(children: VT) -> Stack<VT, ZDirection> { |
| 351 | Stack::<VT, ZDirection>::new(children) |
| 352 | } |
no outgoing calls
no test coverage detected