Use a default case for blur type switch case, that's because adding all types is not necessary, and I am trying to differentiate between switch cases that need full type enumeration and those that do not.
Use a default case for blur type switch case, that's because adding all types is not necessary, and I am trying to differentiate between switch cases that need full type enumeration and those that do not.