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
In some situations it is supported, however there are no constructors to support that through dart. If you can modify the HTML, you can add those inline and they will be parsed correctly.
If you have a use case for needing through Dart please explain further and I'd be happy to try and add the feature!
Is percentage and rem for css attributes supported?
Style(
width: Getpercent("50%"),
padding: Getrem("1rem")
)
Similar to that.
Thanks.
The text was updated successfully, but these errors were encountered: