Skip to content

Commit 14a4ed5

Browse files
authored
Adding "Widget of the week" video for color filtered. (flutter#60481)
1 parent 533c6b2 commit 14a4ed5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/flutter/lib/src/widgets/color_filter.dart

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import 'package:flutter/rendering.dart';
1212
import 'framework.dart';
1313

1414
/// Applies a [ColorFilter] to its child.
15+
///
16+
/// {@youtube 560 315 https://www.youtube.com/watch?v=F7Cll22Dno8}
1517
@immutable
1618
class ColorFiltered extends SingleChildRenderObjectWidget {
1719
/// Creates a widget that applies a [ColorFilter] to its child.

0 commit comments

Comments
 (0)