byType method

SerializableFinder byType(
  1. String type
)

Finds widgets whose class name matches the given string.

Implementation

SerializableFinder byType(String type) => ByType(type);