RandomBackground constructor
const
RandomBackground({})
Implementation
const RandomBackground({
super.key,
required this.child,
this.blur = 100,
this.backgroundColors = const [Color(0x34FFFFFF), Color(0x34FFFFFF)],
this.circleColors = const [Color(0xFF03A7FF), Color(0xFF006375)],
});