Flutter – Stateless Widget
In this post, we will see how to create a Stateless Widget and how to use it in a Flutter project.First of all: what is a Stateless Widget?From https://docs-flutter-io.firebaseapp.com:“A widget that does not require mutable state.A stateless widget is a widget that describes part of the user interface by building a constellation of other widgets… Read More »