nextSibling property

Layer? nextSibling

This layer's next sibling in the parent layer's child list.

Implementation

Layer? get nextSibling => _nextSibling;