keepState property
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;
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.
final bool keepState;