From e1ef6c4381de314d0700f5b9dbc7f676443c07a9 Mon Sep 17 00:00:00 2001 From: jonahwilliams Date: Tue, 22 Nov 2022 14:04:43 -0800 Subject: [PATCH] fix docs analysis error on setImageSampler --- lib/ui/painting.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/painting.dart b/lib/ui/painting.dart index 80889dbf6de56..891a18923b9f5 100644 --- a/lib/ui/painting.dart +++ b/lib/ui/painting.dart @@ -4288,7 +4288,7 @@ class FragmentShader extends Shader { /// is: /// /// ```dart - /// void updateShader(ui.FragmentShader shader, Color color, Image image) { + /// void updateShader(ui.FragmentShader shader, Color color, ui.Image image) { /// shader.setFloat(0, 23); // uScale /// shader.setFloat(1, 114); // uMagnitude x /// shader.setFloat(2, 83); // uMagnitude y