We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533c6b2 commit 14a4ed5Copy full SHA for 14a4ed5
packages/flutter/lib/src/widgets/color_filter.dart
@@ -12,6 +12,8 @@ import 'package:flutter/rendering.dart';
12
import 'framework.dart';
13
14
/// Applies a [ColorFilter] to its child.
15
+///
16
+/// {@youtube 560 315 https://www.youtube.com/watch?v=F7Cll22Dno8}
17
@immutable
18
class ColorFiltered extends SingleChildRenderObjectWidget {
19
/// Creates a widget that applies a [ColorFilter] to its child.
0 commit comments