SmfContainer constructor
const
SmfContainer({
- Key? key,
- Widget? child,
- BorderRadius? borderRadius,
- EdgeInsetsGeometry? padding,
- double? borderRadiusAll,
- double? paddingAll,
- Border? border,
- bool bordered = false,
- Clip? clipBehavior,
- Color? color,
- BoxShape shape = BoxShape.rectangle,
- double? width,
- double? height,
- AlignmentGeometry? alignment,
- bool enableBorderRadius = true,
- GestureTapCallback? onTap,
- double? marginAll,
- EdgeInsetsGeometry? margin,
- Color? splashColor,
Implementation
const SmfContainer({
Key? key,
this.child,
this.borderRadius,
this.padding,
this.borderRadiusAll,
this.paddingAll,
this.border,
this.bordered = false,
this.clipBehavior,
this.color,
this.shape = BoxShape.rectangle,
this.width,
this.height,
this.alignment,
this.enableBorderRadius = true,
this.onTap,
this.marginAll,
this.margin,
this.splashColor,
}) : super(key: key);