Revert "ImageDecoration.lerp" (#131347)

Reverts flutter/flutter#130533

Tree breakage.
This commit is contained in:
Ian Hickson
2023-07-26 11:09:59 -07:00
committed by GitHub
parent bae1ac2f6f
commit 27e912316f
11 changed files with 59 additions and 612 deletions

View File

@@ -50,7 +50,7 @@ linter:
- avoid_field_initializers_in_const_classes
# - avoid_final_parameters # incompatible with prefer_final_parameters
- avoid_function_literals_in_foreach_calls
# - avoid_implementing_value_types # see https://github.com/dart-lang/linter/issues/4558
- avoid_implementing_value_types
- avoid_init_to_null
- avoid_js_rounded_ints
# - avoid_multiple_declarations_per_line # seems to be a stylistic choice we don't subscribe to