EmergentBackground constructor
const
EmergentBackground({
- Key? key,
- Widget? child,
- EdgeInsets? padding,
- EdgeInsets? margin,
- BorderRadius? borderRadius,
- Color backendColor = const Color(0xFF000000),
Implementation
const EmergentBackground({
super.key,
this.child,
this.padding,
this.margin,
this.borderRadius,
this.backendColor = const Color(0xFF000000),
});