Component - Why everything in Flutter is a widget
In Flutter, everything you see on the screen is a widget. Widgets are like building blocks that create the app's user interface. This means buttons, text, images, layouts, and even the app itself are all widgets. This design makes Flutter flexible and easy to customize.