selector property

Create<Model> 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 Create<Model> selector;