nextSibling property Null safety
This layer's next sibling in the parent layer's child list.
Implementation
Layer? get nextSibling => _nextSibling;
This layer's next sibling in the parent layer's child list.
Layer? get nextSibling => _nextSibling;