SingleAnimationWrapper<T> constructor
const
SingleAnimationWrapper<T> ({})
Implementation
const SingleAnimationWrapper(
{Key? key,
required this.child,
this.duration = const Duration(milliseconds: 300),
this.delay = const Duration(),
this.controller,
required this.animation,
this.startAnimation = true,
this.loop = false,
this.viewPort = 0.1})
: super(key: key);