I'm really new to programming with Dart and I'm currently following a Flutter tutorial to make a Unit Convert(Official Google tutorial). I've been looking for some help lately and I saw that in every code in Dart for flutter it was written 'new' before some widgets. I was just wondering why because new never appears in the tutorial that I'm following.
Thanks!