BP125: When using a StackLayout, ensure that only one child is set to LayoutOptions.Expands
This property ensures that the specified child will occupy the largest space that the StackLayout can give to it, and it is wasteful to perform these calculations more than once.