ValueNotifier and setState
Introduction
In flutter, we know that everything is a widget. The widgets can be divided into two; Stateless Widgets and Stateful Widgets. While the Stateless widget cannot be modified or changed once it has been built due to the fact that it does no...
detuksa.com3 min read