enabled property

bool enabled
final

Whether or not to apply the image filter operation to the child of this widget.

Prefer setting enabled to false instead of creating a "no-op" filter type for performance reasons.

Implementation

final bool enabled;