Whether or not the backdrop filter operation will be applied to the child.
bool get enabled => _enabled;
set enabled(bool value) { if (enabled == value) { return; } _enabled = value; markNeedsPaint(); }