Skip to content

Commit

Permalink
Update painting.dart (flutter#22195)
Browse files Browse the repository at this point in the history
  • Loading branch information
toly1994328 committed Oct 29, 2020
1 parent 7a7804b commit fe85f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/painting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4414,7 +4414,7 @@ class Canvas extends NativeFieldWrapperClass2 {
/// Rect.fromLTWH(sprite.index * 10.0, 0.0, 10.0, 10.0),
/// ], <Color>[
/// for (Sprite sprite in allSprites)
/// Color.white.withAlpha(sprite.alpha),
/// Colors.white.withAlpha(sprite.alpha),
/// ], BlendMode.srcIn, null, paint);
/// }
///
Expand Down

0 comments on commit fe85f94

Please sign in to comment.