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