Unverified Commit 084e2529 authored by Goddchen's avatar Goddchen Committed by GitHub

Fix typo in painting.TextStyle.merge docs (#106511)

parent 1877efed
...@@ -1010,7 +1010,7 @@ class TextStyle with Diagnosticable { ...@@ -1010,7 +1010,7 @@ class TextStyle with Diagnosticable {
/// One of [color] or [foreground] must be null, and if this or `other` has /// One of [color] or [foreground] must be null, and if this or `other` has
/// [foreground] specified it will be given preference over any color parameter. /// [foreground] specified it will be given preference over any color parameter.
/// ///
/// Similarly, One of [backgroundColor] or [background] must be null, and if /// Similarly, one of [backgroundColor] or [background] must be null, and if
/// this or `other` has [background] specified it will be given preference /// this or `other` has [background] specified it will be given preference
/// over any backgroundColor parameter. /// over any backgroundColor parameter.
TextStyle merge(TextStyle? other) { TextStyle merge(TextStyle? other) {
......
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