Updated ColorMatrix to ColorFilter (flutter/engine#19905)

This commit is contained in:
Pragya 2020-09-15 00:29:57 +05:30 committed by GitHub
parent 59e39baf33
commit 5b645efd49

View File

@ -2656,7 +2656,7 @@ class ColorFilter {
/// in unnormalized, 0...255, space. For example, the identity matrix is:
///
/// ```
/// const ColorMatrix identity = ColorFilter.matrix(<double>[
/// const ColorFilter identity = ColorFilter.matrix(<double>[
/// 1, 0, 0, 0, 0,
/// 0, 1, 0, 0, 0,
/// 0, 0, 1, 0, 0,