enabled property
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;
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.
final bool enabled;