CMaker constructor
CMaker({
- Key? key,
- Widget? child,
- double? height,
- double? width,
- List<
BoxShadow> ? boxShadow, - BoxBorder? border,
- DecorationImage? BackGroundimage,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- AlignmentGeometry? alignment,
- Color? color,
- Gradient? gradient,
- double? circularRadius,
- Matrix4? transform,
- Clip? clipBehavior,
- BoxShape? shape,
Implementation
CMaker(
{super.key,
this.child,
this.height,
this.width,
this.boxShadow,
this.border,
this.BackGroundimage,
this.margin,
this.padding,
this.alignment,
this.color,
this.gradient,
this.circularRadius,
this.transform,
this.clipBehavior,
this.shape
});