isValid property

  1. @override
bool isValid
override

Checks if the filter has any effect to apply.

Returns true if the filter has any effect to apply, false otherwise.

Implementation

@override
bool get isValid {
  return colorFilter != null;
}