Function parameters that can be omitted when calling the function.
Optional parameters in Dart are like ingredients you can choose to include or leave out when following a recipe. They provide flexibility in how you call a function, making it easy to adapt to different situations.