Class SearchUtils
Namespace: Unity.UIWidgets.material
Syntax
public class SearchUtils
Methods
showSearch(BuildContext, SearchDelegate, String)
Declaration
public static IPromise<object> showSearch(BuildContext context, SearchDelegate del, string query = "")
Parameters
| Type | Name | Description |
|---|---|---|
| BuildContext | context | |
| SearchDelegate | del | |
| String | query |
Returns
| Type | Description |
|---|---|
| IPromise<Object> |