CMaker constructor

CMaker({
  1. Key? key,
  2. Widget? child,
  3. double? height,
  4. double? width,
  5. List<BoxShadow>? boxShadow,
  6. BoxBorder? border,
  7. DecorationImage? BackGroundimage,
  8. EdgeInsetsGeometry? margin,
  9. EdgeInsetsGeometry? padding,
  10. AlignmentGeometry? alignment,
  11. Color? color,
  12. Gradient? gradient,
  13. double? circularRadius,
  14. Matrix4? transform,
  15. Clip? clipBehavior,
  16. 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
    });