Unverified Commit 741ef919 authored by Đào Hoàng Sơn's avatar Đào Hoàng Sơn Committed by GitHub

Fix typo for TextStyle.fontFamilyFallback document (#56219)

parent f6db8ccd
......@@ -482,7 +482,7 @@ class TextStyle with Diagnosticable {
///
/// When [fontFamily] is null or not provided, the first value in [fontFamilyFallback]
/// acts as the preferred/first font family. When neither is provided, then
/// the default platform font will be used. Providing and empty list or null
/// the default platform font will be used. Providing an empty list or null
/// for this property is the same as omitting it.
///
/// For example, if a glyph is not found in [fontFamily], then each font family
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment