UIEdgeInsetstop
UIEdgeInsets is a structure in the UIKit framework of Apple's iOS, iPadOS, macOS, tvOS, and watchOS operating systems. It represents the distance from the edges of a rectangle to the edges of its content. Essentially, it defines the spacing or padding around an area. A UIEdgeInsets value is composed of four floating-point values: top, left, bottom, and right. These values determine how much inset to apply to each respective side.
The top property specifies the distance from the top edge of the rectangle to the content. Similarly,
Common use cases for UIEdgeInsets include adjusting the layout of scrollable content in a UIScrollView, defining