reversePaint property

bool reversePaint
final

Whether to reverse the paint order of children.

When true, children are painted in reverse order, affecting visual layering. Useful for certain animation effects or controlling element stacking.

Implementation

final bool reversePaint;