ShouldRebuildFunction<T> typedef
ShouldRebuildFunction<T> =
bool Function(T oldWidget, T newWidget)
Implementation
typedef ShouldRebuildFunction<T> = bool Function(T oldWidget, T newWidget);
typedef ShouldRebuildFunction<T> = bool Function(T oldWidget, T newWidget);