CustomContainer constructor
const
CustomContainer({
- Key? key,
- double? width,
- double? height,
- VoidCallback? onTap,
- Widget? child,
- Color? color,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- double? borderRadius,
Implementation
const CustomContainer({
super.key,
this.width,
this.height,
this.onTap,
this.child,
this.color,
this.padding,
this.margin,
this.borderRadius,
});