Closed
Description
Describe the bug:
[BUG]Space in the first container is not displayed correctly
HTML to reproduce the issue:
<p> test1</p><p> test2</p>
Html
widget configuration:
Html(
data: "<p> test1</p><p> test2</p>",
style: {
"p": Style(
whiteSpace:WhiteSpace.PRE,
),
}
)
Device details and Flutter/Dart/flutter_html
versions:
model:RedmiK30 Pro
flutter:3.3.10
flutter_html:3.0.0-alpha.5