selector property

Stream<T> Function(BuildContext) selector
final

A function that obtains some InheritedWidget and map their content into a new object with only a limited number of properties.

Must not be null

Implementation

final Stream<T> Function(BuildContext) selector;