A conditional statement that executes code based on a condition.
The "if" statement in Dart is like a decision-making tool. It lets your program choose between different actions based on whether a condition is true or false. For example, if it's raining, take an umbrella; if it's not, leave it at home.