FadeOverlay.top constructor
const
FadeOverlay.top({})
Implementation
const FadeOverlay.top({
super.key,
required this.child,
this.color = Colors.black,
this.strength = 0.2,
}) : begin = Alignment.bottomCenter,
end = Alignment.topCenter;