BoxConstrain(LayoutParams) uno
Do box model constraining on this with the provided constraints.
If a size parameter is not availble it will reutrn 0, via Size, X, Y
struct
was chosen here over class
for performance reasons. A lot of these objects are
created for node in the tree and in performance testing the structs were simply performing
a lot better.
Do box model constraining on this with the provided constraints.
Create an exact copy of this instance.
deprecated: use CloneAndDerive
Apply ordered constraints of this LayoutParams to the point.
For removing border areas like Margin and Padding
deprecated: use Clone