childrenInPaintOrder property Null safety
protected">@protected
Provides an iterable that walks the children of the viewport, in the order that they should be painted.
This should be the reverse order of childrenInHitTestOrder.
Implementation
@protected
Iterable<RenderSliver> get childrenInPaintOrder;