namespace Microsoft.Maui.Platform; public enum FlexDirection { Row, RowReverse, Column, ColumnReverse }