@@ -131,7 +131,7 @@ CustomRender blockElementRender({Style? style, List<InlineSpan>? children}) =>
131131 return WidgetSpan (
132132 alignment: PlaceholderAlignment .baseline,
133133 baseline: TextBaseline .alphabetic,
134- child: CSSBoxWidget .withInlineSpanChildren (
134+ child: CssBoxWidget .withInlineSpanChildren (
135135 key: context.key,
136136 style: style ?? context.tree.style,
137137 shrinkWrap: context.parser.shrinkWrap,
@@ -157,7 +157,7 @@ CustomRender listElementRender(
157157 {Style ? style, Widget ? child, List <InlineSpan >? children}) =>
158158 CustomRender .inlineSpan (
159159 inlineSpan: (context, buildChildren) => WidgetSpan (
160- child: CSSBoxWidget (
160+ child: CssBoxWidget (
161161 key: context.key,
162162 style: style ?? context.tree.style,
163163 shrinkWrap: context.parser.shrinkWrap,
@@ -206,7 +206,7 @@ CustomRender listElementRender(
206206 ? 10.0
207207 : 0.0 )
208208 : EdgeInsets .zero,
209- child: CSSBoxWidget .withInlineSpanChildren (
209+ child: CssBoxWidget .withInlineSpanChildren (
210210 children: _getListElementChildren (
211211 style? .listStylePosition ??
212212 context.tree.style.listStylePosition,
@@ -472,7 +472,7 @@ CustomRender verticalAlignRender(
472472 key: context.key,
473473 offset: Offset (
474474 0 , verticalOffset ?? _getVerticalOffset (context.tree)),
475- child: CSSBoxWidget .withInlineSpanChildren (
475+ child: CssBoxWidget .withInlineSpanChildren (
476476 children: children ?? buildChildren.call (),
477477 style: context.style,
478478 ),
0 commit comments