FpjWidgetContainer constructor

const FpjWidgetContainer({
  1. Key? key,
  2. double? paddingAll,
  3. double? paddingVer,
  4. double? paddingHor,
  5. double? paddingL,
  6. double? paddingTop,
  7. double? elevation,
  8. double? paddingR,
  9. double? paddingBtm,
  10. GestureTapCallback? onTap,
  11. double? width,
  12. AlignmentGeometry? alignment,
  13. double? height,
  14. double? size,
  15. BoxConstraints? constraints,
  16. Widget? child,
  17. Color? color,
  18. DecorationImage? image,
  19. BoxBorder? border,
  20. double? radius,
  21. double? radiusTopL,
  22. double? radiusTopR,
  23. double? radiusBottomL,
  24. double? radiusBottomR,
  25. List<BoxShadow>? boxShadow,
  26. Gradient? gradient,
  27. BlendMode? backgroundBlendMode,
  28. BoxShape shape = BoxShape.rectangle,
})

Implementation

const FpjWidgetContainer({
  super.key,
  this.paddingAll,
  this.paddingVer,
  this.paddingHor,
  this.paddingL,
  this.paddingTop,
  this.elevation,
  this.paddingR,
  this.paddingBtm,
  this.onTap,
  this.width,
  this.alignment,
  this.height,
  this.size,
  this.constraints,
  this.child,
  this.color,
  this.image,
  this.border,
  this.radius,
  this.radiusTopL,
  this.radiusTopR,
  this.radiusBottomL,
  this.radiusBottomR,
  this.boxShadow,
  this.gradient,
  this.backgroundBlendMode,
  this.shape = BoxShape.rectangle,
});