namespace Microsoft.Maui.Platform; public enum FlexJustify { Start, Center, End, SpaceBetween, SpaceAround, SpaceEvenly }