stateless
A stateless widget is an immutable widget. It stores and displays a value that will not change during the running of the app. It has a build method which is called after its corresponding element has been created.
A stateless widget is an immutable widget. It stores and displays a value that will not change during the running of the app. It has a build method which is called after its corresponding element has been created.