Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit fe85f94

Browse files
authored
Update painting.dart (#22195)
1 parent 7a7804b commit fe85f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/painting.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4414,7 +4414,7 @@ class Canvas extends NativeFieldWrapperClass2 {
44144414
/// Rect.fromLTWH(sprite.index * 10.0, 0.0, 10.0, 10.0),
44154415
/// ], <Color>[
44164416
/// for (Sprite sprite in allSprites)
4417-
/// Color.white.withAlpha(sprite.alpha),
4417+
/// Colors.white.withAlpha(sprite.alpha),
44184418
/// ], BlendMode.srcIn, null, paint);
44194419
/// }
44204420
///

0 commit comments

Comments
 (0)