DidUpdateWidget<T> typedef

DidUpdateWidget<T> = bool Function({required InheritableAspect<T> aspect, required Inheritable<T> next, required Inheritable<T> prev})

Implementation

typedef DidUpdateWidget<T> = bool Function({
  required Inheritable<T> next,
  required Inheritable<T> prev,
  required InheritableAspect<T> aspect,
});