BoxSpecAttribute constructor

const BoxSpecAttribute({
  1. AlignmentGeometry? alignment,
  2. SpacingDto? padding,
  3. SpacingDto? margin,
  4. BoxConstraintsDto? constraints,
  5. DecorationDto<Decoration>? decoration,
  6. DecorationDto<Decoration>? foregroundDecoration,
  7. Matrix4? transform,
  8. AlignmentGeometry? transformAlignment,
  9. Clip? clipBehavior,
  10. double? width,
  11. double? height,
  12. AnimatedDataDto? animated,
})

Implementation

const BoxSpecAttribute({
  this.alignment,
  this.padding,
  this.margin,
  this.constraints,
  this.decoration,
  this.foregroundDecoration,
  this.transform,
  this.transformAlignment,
  this.clipBehavior,
  this.width,
  this.height,
  super.animated,
});