enabled property Null safety

bool enabled
final

Whether or not to apply the image filter opation 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;