Component - Control flow (if, for, while, switch)
This Flutter component demonstrates how different control flow statements like if, for, while, and switch affect the UI rendering and behavior. It shows a simple counter with buttons to increase or reset the count, and displays messages based on the count value using these control flows.