visible property

bool visible
final

Controls focus + text clearing on open/close. The widget is meant to be kept mounted (under Offstage) so first-time costs (IME attach, Material icon font load) are paid at app startup, not on first search open.

Implementation

final bool visible;