FpjWidgetContainer constructor
const
FpjWidgetContainer({
- Key? key,
- double? paddingAll,
- double? paddingVer,
- double? paddingHor,
- double? paddingL,
- double? paddingTop,
- double? elevation,
- double? paddingR,
- double? paddingBtm,
- GestureTapCallback? onTap,
- double? width,
- AlignmentGeometry? alignment,
- double? height,
- double? size,
- BoxConstraints? constraints,
- Widget? child,
- Color? color,
- DecorationImage? image,
- BoxBorder? border,
- double? radius,
- double? radiusTopL,
- double? radiusTopR,
- double? radiusBottomL,
- double? radiusBottomR,
- List<
BoxShadow> ? boxShadow, - Gradient? gradient,
- BlendMode? backgroundBlendMode,
- 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,
});