call method
Implementation
T call({
AlignmentGeometry? alignment,
double? widthFactor,
double? heightFactor,
}) {
return builder(
AlignModifierAttribute(
alignment: alignment,
widthFactor: widthFactor,
heightFactor: heightFactor,
),
);
}