mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Prefer using `.of()` (which is statically type-checked) over `.from()` (which is dynamically type-checked) when possible.
Prefer using `.of()` (which is statically type-checked) over `.from()` (which is dynamically type-checked) when possible.