mirror of
https://github.com/flutter/flutter.git
synced 2026-02-13 14:21:39 +08:00
Fix typo in painting.TextStyle.merge docs (#106511)
This commit is contained in:
parent
1877efed5e
commit
084e25298d
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user