ComponentBuilder constructor parameter
lesbiangunshow opened this issue · 1 comments
lesbiangunshow commented
The single HeaderBuilder constructor parameter text
does not adapt contentSize
while using withText()
does.
I would expect contentSize
to be set to text length regardless of how text property is provided.
lesbiangunshow commented
This is actually the case for most (all?) ComponentBuilders that take in a text: String
constructor parameter