PillarFactoryWithScopeTracking<T> typedef
PillarFactoryWithScopeTracking<T> =
({PillarScope? scope, T value}) Function()
Implementation
typedef PillarFactoryWithScopeTracking<T> = ({T value, PillarScope? scope})
Function();