OpacityAnimation constructor
const
OpacityAnimation({})
Implementation
const OpacityAnimation(
{super.key,
required this.child,
this.duration = const Duration(milliseconds: 300),
this.delay = Duration.zero});