SafeAreaEdges

The edges of a view that should be inset by the safe area during arrange.
[Flags] public enum SafeAreaEdges

Values

NameSummary
AllInset all edges.
BottomInset the bottom edge.
LeadingInset the leading (left) edge.
NoneIgnore the safe area on all edges.
TopInset the top edge.
TrailingInset the trailing (right) edge.