CircleContainer constructor
const
CircleContainer({
- Key? key,
- double? size,
- double? paddingAll,
- Widget? child,
- Color? color,
- Gradient? gradient,
- Border? border,
- double? borderWidth,
- Color? borderColor,
- List<
BoxShadow> ? boxShadow, - AlignmentGeometry alignment = Alignment.center,
- EdgeInsetsGeometry? margin,
- Clip clipBehavior = Clip.antiAlias,
- DecorationImage? image,
- Decoration? foregroundDecoration,
- BoxConstraints? constraints,
Implementation
const CircleContainer({
super.key,
this.size,
this.paddingAll,
this.child,
this.color,
this.gradient,
this.border,
this.borderWidth,
this.borderColor,
this.boxShadow,
this.alignment = Alignment.center,
this.margin,
this.clipBehavior = Clip.antiAlias,
this.image,
this.foregroundDecoration,
this.constraints,
});