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