So here is a small way to reproduce it: import'package:flutter/material.dart';voidmain()=>runApp(MyApp());finalcolor=Colors.blue;classMyAppextendsStatelessWidget{// This widget is the root of your application.@overrideWidgetbuild(BuildContextcontext) {returnMaterialApp( title:'Flutter Demo', th...