BoxTestSpecAttribute constructor

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

Implementation

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