Widget and types of widget in flutter
Widget is a basic building block used to create the user interface (UI). Everything you see on the screen in the flutter application is called widget.
Like Button, Text, Layout Structure all these are widget
Widgets broadly categorized into two types
1) Stateless Widget
2) Stateful Widget
Categorization of widget on functionality base
1) Structural Widgets
2) Styling Widgets
3) Input Widgets
4) Layout Widgets
5) Interactive Widgets
6) Scrolling Widgets