CircleContainer constructor
CircleContainer({
- Key? key,
- double? height,
- double? width,
- CircleBoxDecoration? boxDecoration,
- AlignmentGeometry? alignment,
- Widget? child,
- Clip clipBehavior = Clip.none,
- Color? color,
- BoxConstraints? constraints,
- Decoration? foregroundDecoration,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Matrix4? transform,
- AlignmentGeometry? transformAlignment,
Implementation
CircleContainer({
super.key,
this.height,
this.width,
this.boxDecoration,
super.alignment,
super.child,
super.clipBehavior,
super.color,
super.constraints,
super.foregroundDecoration,
super.margin,
super.padding,
super.transform,
super.transformAlignment,
});