QueryCompDeep property

QueryComponentComponentDeep<T> get QueryCompDeep
inherited

Returns a fresh QueryComponentComponentDeep that searches all descendant components recursively, including those on nested child components.

Implementation

QueryComponentComponentDeep<T> get QueryCompDeep => .new(app, this);