TappableActionGroupManager.forTesting constructor
TappableActionGroupManager.forTesting(
- TappableActionGroupConfig config
Testing constructor that creates a new instance
Implementation
factory TappableActionGroupManager.forTesting(TappableActionGroupConfig config) {
return TappableActionGroupManager._internal(config);
}