findByDescendant abstract method

TFinderType findByDescendant(
  1. TFinderType of,
  2. TFinderType matching, {
  3. bool matchRoot = false,
  4. bool firstMatchOnly = false,
})

Finds widgets that are descendants of the of parameter and that match the matching parameter.

Implementation

TFinderType findByDescendant(
  TFinderType of,
  TFinderType matching, {
  bool matchRoot = false,
  bool firstMatchOnly = false,
});