resolve method
Implementation
@override
BoxTestSpec resolve(MixData mix) {
return BoxTestSpec(
alignment: alignment,
animated: animated?.resolve(mix),
clipBehavior: clipBehavior,
constraints: constraints?.resolve(mix),
decoration: decoration?.resolve(mix),
foregroundDecoration: foregroundDecoration?.resolve(mix),
height: height,
margin: margin?.resolve(mix),
padding: padding?.resolve(mix),
transform: transform,
transformAlignment: transformAlignment,
width: width,
);
}