In Flutter, widgets are the basic building blocks of the UI. Everything you see on the screen is a widget - text, buttons, layouts, even the app itself. This includes:
This unified approach simplifies development and makes the UI predictable and composable.