ElBoxStyle constructor
ElBoxStyle({
- Clip? clipBehavior,
- double? width,
- double? height,
- BoxConstraints? constraints,
- EdgeInsets? margin,
- EdgeInsets? padding,
- Alignment? alignment,
- BoxDecoration? decoration,
- Matrix4? transform,
- AlignmentGeometry? transformAlignment,
- dynamic scale,
- Offset? translate,
Implementation
ElBoxStyle({
this.clipBehavior,
this.width,
this.height,
this.constraints,
this.margin,
this.padding,
this.alignment,
this.decoration,
this.transform,
this.transformAlignment,
this.scale,
this.translate,
});