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

This commit is contained in:
Goddchen 2022-07-06 23:42:15 +02:00 committed by GitHub
parent 1877efed5e
commit 084e25298d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1010,7 +1010,7 @@ class TextStyle with Diagnosticable {
/// 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.
///
/// 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
/// over any backgroundColor parameter.
TextStyle merge(TextStyle? other) {