enableFindWidget property

bool? get enableFindWidget

Controls if the find widget is enabled in the panel.

Defaults to false.

Implementation

_i2.bool? get enableFindWidget => _i5.getProperty(
      this,
      'enableFindWidget',
    );