zIndex property
double
get
zIndex
Gets the z-index, which affects:
- Rendering order.
- Dispatching of UI events (taps and drags are dispatched to objects with higher z-indexes first).
Implementation
core.double get zIndex;
set
zIndex
(double val)
Implementation
set zIndex(core.double val);