Event.sinking

If this flag is set- event propagates from root widget to target widget, otherwise it is bubbling from target to root.

class Event
bool sinking;

Meta