in Android Studio, we can search in the project with "ctrl+shift+f"(in Windows),
but that just shows search results only within our own project.
How can we search any class or method in the entire Flutter source code?
(for example, if I want to search the BackdropFilter
class in the Flutter source code,
what should I do?)
We can use 'go to definition' in the IDE, but I just want to search.