WaveAnimation constructor
const
WaveAnimation({
- Key? key,
- required Animation<
double> controller, - WaveAnimationStyle style = const WaveAnimationStyle(),
Implementation
const WaveAnimation({
Key? key,
required this.controller,
this.style = const WaveAnimationStyle(),
}) : super(key: key);