flutter_tools: Prefer using .of() over .from() when possible (#55250)
Prefer using `.of()` (which is statically type-checked) over `.from()` (which is dynamically type-checked) when possible.
Showing
Please register or sign in to comment