Skip to content

Commit 8ed4f7b

Browse files
authored
Merge pull request #814 from michalsrutek/fix-custom-render-example
Fix customRender example
2 parents 7e2d4af + f955ead commit 8ed4f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Widget html = Html(
294294
style: (context.tree.element!.attributes['horizontal'] != null)
295295
? FlutterLogoStyle.horizontal
296296
: FlutterLogoStyle.markOnly,
297-
textColor: context.style.color,
297+
textColor: context.style.color!,
298298
size: context.style.fontSize!.size! * 5,
299299
);
300300
},

0 commit comments

Comments
 (0)