Align align(Alignment alignment, {double? widthFactor, double? heightFactor}) { return Align(child: this, widthFactor: widthFactor, heightFactor: heightFactor, alignment: alignment); }