SelectContext extension

Adds a select method on BuildContext.

on
  • BuildContext

Methods

select<T, R>(R selector(T value)) → R
Watch a value of type T exposed from a provider, and mark this component for rebuild on changes of that value.