Please Explain briefly
1 Like
In flutter, Widget is a way to declare and construct UI.
Widget is not just a piece of UI. Widget is a lot more than just structural elements like buttons, text, image, list or slider. A widget might display Something, it might help define design, it might help with layout, it may handle user interaction, etc
2 Likes