TappableActionGroupConfig class
Configuration for TappableActionGroupManager
- Annotations
Constructors
- TappableActionGroupConfig({Duration autoResetDelay = const Duration(milliseconds: 500), bool enableAutoReset = true, bool resetOnAppResume = true, TimerFactory timerFactory = const TimerFactory(), int maxConcurrentGroups = 100, Duration maxGroupLifetime = const Duration(minutes: 10)})
-
const
- TappableActionGroupConfig.testing({Duration autoResetDelay = Duration.zero, bool enableAutoReset = false, bool resetOnAppResume = false, required TimerFactory timerFactory, int maxConcurrentGroups = 100, Duration maxGroupLifetime = Duration.zero})
-
const
Properties
- autoResetDelay → Duration
-
final
- enableAutoReset → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxConcurrentGroups → int
-
final
- maxGroupLifetime → Duration
-
final
- resetOnAppResume → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timerFactory → TimerFactory
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited