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