debugFocusChanges top-level property Null safety

bool debugFocusChanges
read / write

Setting to true will cause extensive logging to occur when focus changes occur.

Can be used to debug focus issues: each time the focus changes, the focus tree will be printed and requests for focus and other focus operations will be logged.

Implementation

bool debugFocusChanges = false;