Fix link in BlendMode.saturation (flutter/engine#52156)
Fix typo in the document of `BlendMode.saturation`. It has a link to image https://flutter.github.io/assets-for-api-docs/assets/dart-ui/blend_mode_hue.png, while it should be `blend_mode_saturation.png` https://github.com/flutter/flutter/issues/146820 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
This commit is contained in:
@@ -766,7 +766,7 @@ enum BlendMode {
|
||||
/// [srcOver]. Regions that are entirely transparent in the source image take
|
||||
/// their saturation from the destination.
|
||||
///
|
||||
/// 
|
||||
/// 
|
||||
///
|
||||
/// See also:
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user