alignment property
final
How the children should be placed along the horizontal axis.
If null then it will use ButtonBarThemeData.alignment. If that is null, it will default to MainAxisAlignment.end.
Implementation
final MainAxisAlignment? alignment;