TappableActionGroupConfig.testing constructor
const
TappableActionGroupConfig.testing({})
Implementation
const TappableActionGroupConfig.testing({
this.autoResetDelay = Duration.zero,
this.enableAutoReset = false,
this.resetOnAppResume = false,
required this.timerFactory,
this.maxConcurrentGroups = 100,
this.maxGroupLifetime = Duration.zero,
});