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