Named, optional, required, which one is which? ☝️ When writing functions in Dart they can take as many parameters as you want, but there are a few catches to be aware of. Starting with positional parameters, these are required by default which means they must be provided whenever the function…