text property

String? text
getter/setter pair

Text used in the searchbar to filter and display the search results whose name or description matches the filter.

An empty string will clear the current text filter (if any). A null value will apply no change.

Implementation

String? text;