keepState property

bool keepState
final

When true the state is kept in a static variable to subsequent calls.

This helps the user to not repeat a search entry, for example.

Implementation

final bool keepState;