alignAtTopCenter method
Implementation
Align alignAtTopCenter({Key? key, double? heightFactor, double? widthFactor}) => Align(
key: key,
alignment: Alignment.topCenter,
heightFactor: heightFactor,
widthFactor: widthFactor,
child: this,
);