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