SafeArea component reference
It is typically used for the top node of the UI interaction area. For specific usage, refer to the SafeArea example in the example-cases.
It is strongly discouraged from providing controls outside of this area. But the screen background could embellish edges.
The developer only needs to add the component on the node, without any settings. This component internally uses the API to obtain the safe area of the current iOS or Android device and implements the adaptation by using the Widget component and set anchor. (If there is no Widget component, it will be added automatically)