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