closeOnUnfocus property

bool closeOnUnfocus

When enabled (which is the default), the pop-up will close when the editor is unfocused.

Implementation

bool get closeOnUnfocus => _boolOption('closeOnUnfocus', true);