diff --git a/engine/src/flutter/lib/ui/painting.dart b/engine/src/flutter/lib/ui/painting.dart index cfafb039c42..ed0ec14ccb8 100644 --- a/engine/src/flutter/lib/ui/painting.dart +++ b/engine/src/flutter/lib/ui/painting.dart @@ -2656,7 +2656,7 @@ class ColorFilter { /// in unnormalized, 0...255, space. For example, the identity matrix is: /// /// ``` - /// const ColorMatrix identity = ColorFilter.matrix([ + /// const ColorFilter identity = ColorFilter.matrix([ /// 1, 0, 0, 0, 0, /// 0, 1, 0, 0, 0, /// 0, 0, 1, 0, 0,