DynamicBg constructor
const
DynamicBg({})
Creates a DynamicBg widget.
This is an animated widget that can be used to make a dynamic background with a child widget on top of it.
Implementation
const DynamicBg({
super.key,
required this.painterData,
this.duration = const Duration(seconds: 30),
this.width,
this.height,
this.child,
});