When you write the wrong parameters, you get a con...
# compose
f
When you write the wrong parameters, you get a confusing error message in the composable about mismatching parameters. It would be more helpful if the error is directed at the mismatching parameter. The problem here is that
textStyle
should actually be
style
. The image illustrates the feedback given in Compose in the upper case, and the feedback given in Flutter in the bottom case.