ElBoxStyle constructor

ElBoxStyle({
  1. Clip? clipBehavior,
  2. double? width,
  3. double? height,
  4. BoxConstraints? constraints,
  5. EdgeInsets? margin,
  6. EdgeInsets? padding,
  7. Alignment? alignment,
  8. BoxDecoration? decoration,
  9. Matrix4? transform,
  10. AlignmentGeometry? transformAlignment,
  11. dynamic scale,
  12. 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,
});