Learn one of the scariest topics in Flutter - what is sliver and how to make use of it to build an elegant scroll view — Widgets are the foundation of Flutter’s layout system. Almost everything in Flutter is a widget, including layout models. Widgets are what you see in a Flutter app as images, icons, and text. Things you can’t see, such as the rows, columns, and grids that arrange, constrain, and align the visible…