Hello everyone,
I was reading the documentation about docked views and in the size parameter I see that pixels is used as a measure, I wanted to know if there is any way to use some other type of measure since I want the docked view to adjust itself to the size of its content.
For example, let's say that the content of the docked view has a label that says "Hello world" and the fontSize of this label is 5vmin, depending on the size of the screen in which this label is seen, its size will change, and for that reason I require that the docked view will auto adjust to the size of the label.
This is just an example but I hope you get my point across. Thanks in advance!