BoxSpecAttribute constructor
const
BoxSpecAttribute({
- AlignmentGeometry? alignment,
- SpacingDto? padding,
- SpacingDto? margin,
- BoxConstraintsDto? constraints,
- DecorationDto<
Decoration> ? decoration, - DecorationDto<
Decoration> ? foregroundDecoration, - Matrix4? transform,
- AlignmentGeometry? transformAlignment,
- Clip? clipBehavior,
- double? width,
- double? height,
- 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,
});