Would it be possible to add a property that allows a subclass to specify the border width to be used ?
Currently the constraints are fixed to 10px when setting up the container constraints in setupConstraints. From a visual perspective it would fit better to my app if this was only 2px.
The same issue I have with setupTopContainersTopMarginConstraint where you use a fixed size as well.
So ideally one would be able to set the leading, trailing, top and bottom margin from a subclass using a public float property or a function that one could override in a subclass.
Hi,
really appreciate your work.
Would it be possible to add a property that allows a subclass to specify the border width to be used ?
Currently the constraints are fixed to 10px when setting up the container constraints in
setupConstraints
. From a visual perspective it would fit better to my app if this was only 2px. The same issue I have withsetupTopContainersTopMarginConstraint
where you use a fixed size as well.So ideally one would be able to set the leading, trailing, top and bottom margin from a subclass using a public float property or a function that one could override in a subclass.