ACMaker constructor
ACMaker({
- 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,
- Duration? duration,
- 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});