zOrder property Null safety

int zOrder
final

layer number

Used to identify the rendering layer. Valid values: 0-100. A value of 0 indicates the bottom layer and 100 is the top layer. Implement the override logic for the rendering area of the same layer (follow the sequence of the array, increment by index)

Implementation

final int zOrder;