ContainerCustom constructor
const
ContainerCustom({
- Key? key,
- required Widget children,
- BorderRadiusGeometry? cornerRadius,
- Color? color,
- Gradient? gradient,
- dynamic onTap()?,
- double? height,
- BoxBorder? border,
- EdgeInsets? padding,
- Color? cornerRadiusColor,
- bool? setBounceEffect = false,
- double? width,
- AlignmentGeometry? alignment,
- String? backgroundAssetImage,
- bool? canPop,
Implementation
const ContainerCustom({
Key? key,
required this.children,
this.cornerRadius,
this.color,
this.gradient,
this.onTap,
this.height,
this.border,
this.padding,
this.cornerRadiusColor,
this.setBounceEffect = false,
this.width,
this.alignment,
this.backgroundAssetImage,
this.canPop,
}) : super(key: key);