ContainerBackgroundComponent constructor
- required Widget child,
- Key? key,
- bool useInBorderRadius = false,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Color? color,
Implementation
const ContainerBackgroundComponent({
required this.child,
super.key,
this.useInBorderRadius = false,
this.margin,
this.padding,
this.color,
});