Stateless

Stateless widgets don't have any state that would cause them to need rebuilding. They extend StatelessWidget, and implement a build() method.