Flutter Widgets
Flutter widgets are the fundamental building blocks of a flutter app’s UI.They describe what their view should like given theor current configuration and state.here are the some types of Widgets 1)Basic Widgets 2)Input Widgets 3)LAyout Widgets 4)Animation and Motion Widgets 5)Specialized Widgets 6)Custom Widgets Basic Widgets1) Container Widget The container… Continue Reading Flutter Widgets