mirror of
https://github.com/flutter/flutter.git
synced 2026-02-06 03:39:05 +08:00
This removes the nullOk parameter from Focus.of, FocusTraversalOrder.of and FocusTraversalGroup.of, and creates maybeOf equivalents for each. The of methods now return non-nullable values, and the maybeOf equivalents return nullable values.