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
Hi, I have a widget that takes in some HTML and I'm constraining it to a Container with a ContrainedBox(maxheight: 200.0)
How would I go about having the Html( data: ... ) widget use the material Text( ... ) widget's overflow parameter, or accomplish the same effect through another means? I would like to have the text overflow into a fade.
Is that possible?
The text was updated successfully, but these errors were encountered:
Hi, I have a widget that takes in some HTML and I'm constraining it to a Container with a
ContrainedBox(maxheight: 200.0)
How would I go about having the
Html( data: ... )
widget use the materialText( ... )
widget'soverflow
parameter, or accomplish the same effect through another means? I would like to have the text overflow into a fade.Is that possible?
The text was updated successfully, but these errors were encountered: