Jul 17, 2021
Hello @Mauro Santos, unfortunately you can only define a const object on a constant constructor because flutter only knows a constructor is constant when its feilds are final and when you denote it with a const keyword. I hope this helps