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
I just follow the steps in documentation and making an page with using the flitter.
However i want to adjust "maxLines" in text under the below element
However, when i write the code like this i got
"Object literal may only specify known properties, and 'maxLines' does not exist in type 'TextProps'.
How should i modify the code?
Also can i set the "Widget" element height dynamically? I want to set the height same as the element height
However If i don't set the element height in Widget, It sets the height to 300px So I have some unnecessary white space
The text was updated successfully, but these errors were encountered:
I just follow the steps in documentation and making an page with using the flitter.
However i want to adjust "maxLines" in text under the below element
However, when i write the code like this i got
"Object literal may only specify known properties, and 'maxLines' does not exist in type 'TextProps'.
How should i modify the code?
Also can i set the "Widget" element height dynamically? I want to set the height same as the element height
However If i don't set the element height in Widget, It sets the height to 300px So I have some unnecessary white space
The text was updated successfully, but these errors were encountered: