onChange property

OnProviderChange<T> onChange
final

A function called with the new value of provider when it changes.

This function will be called at most once per frame.

Implementation

final OnProviderChange<T> onChange;