resolve method
Implementation
@override
StackSpec resolve(MixData mix) {
return StackSpec.exhaustive(
alignment: alignment,
fit: fit,
textDirection: textDirection,
clipBehavior: clipBehavior,
animated: animated?.resolve(mix) ?? mix.animation,
);
}