presetEntranceAnimations top-level property

Map<String, PresetAnimation> presetEntranceAnimations
getter/setter pair

Implementation

Map<String, PresetAnimation> presetEntranceAnimations = {
  "FadeIn": FadeInAnimation(),
  "SlideIn": SlideInAnimation(),
  "ZoomIn": ZoomInAnimation(),
};