I read everywhere on internet, in flutter everything is a widget but what actually widget is.I thinks its simply contain a bunch of properties that flutter need to render something on screen.
But If widget is same as UI component then why we specially called it (Widget),like other languages we simply called UI components.
Is Widgets same as UI component?