You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the library has a dividerWidth property, which is similar to the thickness of a divider. However, the term is misleading, as it actually refers to the width of the line, not the separator itself.
Are there plans to introduce a property similar to Divider height, which would allow us to set the actual width of the divider, potentially making it larger than the divider's size?
The text was updated successfully, but these errors were encountered:
This has been added in #26 - however, I used the terminology thickness to refer to the thickness of the visible line and size to refer to the total space taken up by the divider. Does that work?
I didn't want to use height or width because the divider can be horizontal or vertical, so the best I could come up with was size.
Currently, the library has a dividerWidth property, which is similar to the thickness of a divider. However, the term is misleading, as it actually refers to the width of the line, not the separator itself.
Are there plans to introduce a property similar to Divider height, which would allow us to set the actual width of the divider, potentially making it larger than the divider's size?
The text was updated successfully, but these errors were encountered: