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