byType method Null safety
- String type
Finds widgets whose class name matches the given string.
Implementation
SerializableFinder byType(String type) => ByType(type);
Finds widgets whose class name matches the given string.
SerializableFinder byType(String type) => ByType(type);