The Flutter documentation is so vague. Can you guys explain what Google is vaguely saying:
Navigator Class
Many apps have a navigator near the top of their widget hierarchy in order to display their logical history using an Overlay with the most recently visited pages visually on top of the older pages.
- What does it mean "near the top [...] in order to display their logical history"?
- what does it mean by "logical history"?
Scaffold Class
Implements the basic material design visual layout structure.
- Why is the Scaffold class implementing material design? Isn't that the job of the MaterialApp class?