Stateless Widget in Flutter.

Stateless :- A Stateless widget has no internal state to manage.

For Example :- Icon , IconButtons, Text , etc.

Write Down the Below code in main.dart file.