zIndex property

double zIndex
final

z-order

Affects:

  1. Rendering order.
  2. Dispatching of UI events(taps and drags are dispatched to objects with higher z-indexes first).

Implementation

final double zIndex;