inlineSearch property

bool? inlineSearch
final

Use inline search instead of a full-screen search dialog.

When true, the search UI appears in a compact bar within the viewer rather than as a separate modal dialog. Inline search allows the user to see the document while entering a query.

Maps to PdfActivityConfiguration$Builder.setInlineSearchEnabled(boolean).

Implementation

final bool? inlineSearch;