preserveFocus property

bool? get preserveFocus

An optional flag that when true will stop the panel from taking focus.

Implementation

_i2.bool? get preserveFocus => _i3.getProperty(
      this,
      'preserveFocus',
    );