LeftALign Flutter code example Example: flutter align top right Click to copyAlign( alignment: Alignment.topRight, child: Text("widget"), )