BoxTestSpec constructor
const
BoxTestSpec({
- AlignmentGeometry? alignment,
- AnimatedData? animated,
- Clip? clipBehavior,
- BoxConstraints? constraints,
- Decoration? decoration,
- Decoration? foregroundDecoration,
- double? height,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- Matrix4? transform,
- AlignmentGeometry? transformAlignment,
- double? width,
Creates a BoxTestSpec with the given fields
Implementation
// All parameters are optional
const BoxTestSpec({
this.alignment,
super.animated,
this.clipBehavior,
this.constraints,
this.decoration,
this.foregroundDecoration,
this.height,
this.margin,
this.padding,
this.transform,
this.transformAlignment,
this.width,
});