Day: January 5, 2024
Posted in flutter
Flutter: Deep Dive: Position & Named Arguments
In the previous lecture, you learned about “positional” and “named” arguments/parameters. In general, function parameters/arguments (the term is used interchangeably here) are a key concept. You…