TappableActionGroupManager.forTesting constructor

TappableActionGroupManager.forTesting(
  1. TappableActionGroupConfig config
)

Testing constructor that creates a new instance

Implementation

factory TappableActionGroupManager.forTesting(TappableActionGroupConfig config) {
  return TappableActionGroupManager._internal(config);
}