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