AnimationFadeEffect constructor
const
AnimationFadeEffect({
- Key? key,
- required Widget child,
- GestureTapCallback? onTap,
- double opacity = 0.6,
- int duration = 150,
- HitTestBehavior? behavior,
Implementation
const AnimationFadeEffect({
super.key,
required this.child,
this.onTap,
this.opacity = 0.6,
this.duration = 150,
this.behavior,
});