FKappaAnimatedView constructor
const
FKappaAnimatedView({})
Implementation
const FKappaAnimatedView({
super.key,
required this.child,
this.type = FKappaAnimationType.fade,
this.duration = FKappaAnimationConstants.medium,
this.delay = Duration.zero,
this.offset = 30.0,
this.animate = true,
});