ignoreFocusOut property
bool
get
ignoreFocusOut
If the UI should stay open even when loosing UI focus. Defaults to false. This setting is ignored on iPad and is always false.
Implementation
_i2.bool get ignoreFocusOut => _i5.getProperty(
this,
'ignoreFocusOut',
);
set
ignoreFocusOut
(bool value)
Implementation
set ignoreFocusOut(_i2.bool value) {
_i5.setProperty(
this,
'ignoreFocusOut',
value,
);
}