Introduction
A StatelessWidget is used to create parts of your app that do not change over time. It helps build simple, fixed UI pieces.
When you want to show a static text or image that never changes.
When you build a button that does not update its look or content.
When you create a screen header or footer that stays the same.
When you want to display icons or labels that remain constant.
When you want a simple layout that does not need to update dynamically.