WAnimatedFade constructor
const
WAnimatedFade({})
Implementation
const WAnimatedFade({
super.key,
this.layer1,
required this.layer2,
this.delay = const Duration(milliseconds: 0),
this.duration = const Duration(milliseconds: 250),
this.curve = Curves.linear,
this.begin = 0.0,
this.end = 1.0,
this.onComplete,
});