If I have a `Text` which is the only thing in the...
# compose
u
If I have a
Text
which is the only thing in the logical row, is there some performance to be gained (as it was with Views) by setting its width to
fillMaxWidth
? (match_parent was said to be cheaper than wrap_content width)