presetAllAnimations top-level property

Map<String, PresetAnimation> presetAllAnimations
getter/setter pair

Implementation

Map<String, PresetAnimation> presetAllAnimations = presetEntranceAnimations
  ..addAll(presetExitAnimations)
  ..addAll(presetAttensionSeekerAnimations);