Widgets are at the heart of Flutter’s layout system. Almost everything in Flutter is a widget, including layout models. Widgets are the graphics, icons, and texts that are visible in a Flutter app. Things you can’t see, such as the rows, columns, and grids that arrange, limit, and align the visible widgets, are also widgets. We use layout widgets to place and align our visible widgets like text, images, etc.