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