reversePaint property

bool reversePaint
final

Whether to reverse the paint order of children.

When true, children are painted in reverse order, which can affect layering and visual stacking. Useful for certain animation effects or when you need to control which elements appear on top.

Defaults to false.

Implementation

final bool reversePaint;