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 mark this widget for rebuild on changes of that value.