previousSibling property Null safety
This layer's previous sibling in the parent layer's child list.
Implementation
Layer? get previousSibling => _previousSibling;
This layer's previous sibling in the parent layer's child list.
Layer? get previousSibling => _previousSibling;