FlyingWidget constructor
const
FlyingWidget({})
Implementation
const FlyingWidget({
super.key,
this.coverWidget,
this.flyHeight = 100,
this.isTopStart = false,
this.isShake = true,
required this.animationController,
required this.child,
});