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