Question for the day (thread)
# flutter-devšŸ”„
t
Question for the day (thread)
Hey guys, Question for the day: (thread) What is the difference between Stateless and Stateful widgets?
Use this thread to answer.
@User
d
Stateless widgets don’t change. They are immutable. Its appearance and properties remain unchanged throughout the lifetime of the widget. While Stateful widgets are the ones that change its properties during run-time. They are dynamic and are mutable . it can change its appearance in response to events triggered by user interactions or when it receives data.
t
Nice one
a
@User don answer the question finishšŸ‘šŸ½
d
@User Na wa o , give us chance to nah šŸ˜‚ (Perfect answer btw)