Hey hey! Why `title` (and others too) property a...
# compose
h
Hey hey! Why
title
(and others too) property appears and it is implemented but when I call it shows an error highlight?
l
What is the parameter below title?
🤣 1
There are two TopAppBar functions, so you might be using parameters from both which is why it is getting confused
h
I saw these two functions
Ahhhh.... I got it now
I was using
content
bellow
title
and the function with content have no
title
feeling fool
😄