We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e2d4af + f955ead commit 8ed4f7bCopy full SHA for 8ed4f7b
README.md
@@ -294,7 +294,7 @@ Widget html = Html(
294
style: (context.tree.element!.attributes['horizontal'] != null)
295
? FlutterLogoStyle.horizontal
296
: FlutterLogoStyle.markOnly,
297
- textColor: context.style.color,
+ textColor: context.style.color!,
298
size: context.style.fontSize!.size! * 5,
299
);
300
},
0 commit comments