SmfContainer.bordered constructor

const SmfContainer.bordered({
  1. Key? key,
  2. Widget? child,
  3. BorderRadius? borderRadius,
  4. EdgeInsetsGeometry? padding,
  5. double? borderRadiusAll,
  6. double? paddingAll,
  7. Border? border,
  8. bool bordered = true,
  9. bool enableBorderRadius = true,
  10. Clip? clipBehavior,
  11. Color? color,
  12. BoxShape shape = BoxShape.rectangle,
  13. double? width,
  14. double? height,
  15. AlignmentGeometry? alignment,
  16. GestureTapCallback? onTap,
  17. double? marginAll,
  18. EdgeInsetsGeometry? margin,
  19. Color? splashColor,
})

Implementation

const SmfContainer.bordered({
  Key? key,
  this.child,
  this.borderRadius,
  this.padding,
  this.borderRadiusAll,
  this.paddingAll,
  this.border,
  this.bordered = true,
  this.enableBorderRadius = true,
  this.clipBehavior,
  this.color,
  this.shape = BoxShape.rectangle,
  this.width,
  this.height,
  this.alignment,
  this.onTap,
  this.marginAll,
  this.margin,
  this.splashColor,
}) : super(key: key);