SelectContext extension

Adds a select method on BuildContext.

on

Methods

select<T, R>(R selector(T value)) → R
Watch a value of type T exposed from a provider, and listen only partially to changes.