0 votes
in Flutter by
When should we use keys in Flutter?

1 Answer

0 votes
by

Can your applicants explain that keys are best used when developers want to preserve a modified widget’s state? They may also explain that developers can use keys to reorganize widget connections and widget trees, particularly when the widget trees contain stateful widgets.

...