enable use_enums (#117376)
diff --git a/analysis_options.yaml b/analysis_options.yaml
index f973807..796d663 100644
--- a/analysis_options.yaml
+++ b/analysis_options.yaml
@@ -223,7 +223,7 @@
- use_build_context_synchronously
# - use_colored_box # not yet tested
# - use_decorated_box # leads to bugs: DecoratedBox and Container are not equivalent (Container inserts extra padding)
- # - use_enums # not yet tested
+ - use_enums
- use_full_hex_values_for_flutter_colors
- use_function_type_syntax_for_parameters
- use_if_null_to_convert_nulls_to_bools