DrivenPropertyResolver<T> typedef
DrivenPropertyResolver<T> =
T Function(Set<WidgetEvent> events)
Signature for the function that returns a value of type T
based on a given set of events.
Implementation
typedef DrivenPropertyResolver<T> = T Function(Set<WidgetEvent> events);