selector property

StatefulData Function(BuildContext) selector
finalinherited

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

The returned object must implement operator==.

Must not be null

Implementation

final T Function(BuildContext) selector;