Nate a83e111a87
flutter/lib/src/: refactoring if-chains into switch expressions (#146293)
Based on issue #144903, this pull request aims to bring the codebase more in line with the [Flutter repo style guide](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#avoid-using-if-chains-or--or--with-enum-values):

> ### Avoid using `if` chains or `?:` or `==` with enum values
2024-04-23 16:32:15 +00:00
..
2024-03-09 01:08:06 +00:00
2023-10-31 23:27:03 +00:00
2022-08-11 02:33:07 +00:00
2023-10-24 15:27:07 +00:00
2024-03-09 01:08:06 +00:00
2024-03-09 01:08:06 +00:00