ACMaker constructor

ACMaker({
  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. Duration? duration,
  15. Matrix4? transform,
})

Implementation

ACMaker(
    {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.duration,
    this.transform});