zIndex property
int
get
zIndex
Returns the z-index
of the painter layer. Default: 0
- Elements with PCanvasElement.zIndex
<
than zIndex will be painted before the painter layer. - Elements with PCanvasElement.zIndex
>=
than zIndex will be painted after the painter layer.
Implementation
int get zIndex => 0;